fix accebily link

This commit is contained in:
hamid zarghami
2026-02-16 10:22:12 +03:30
parent 8042bdc481
commit 36f3415344
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
</Button>
{
props.subscriptionId &&
props.subscriptionId && !props.isQuikAccess &&
<Link className='sm:w-fit w-full' to={Pages.services.detail + item.slug + '?id=' + props.subscriptionId}>
<Button
className='h-8 sm:w-fit px-2 text-xs text-black bg-description bg-opacity-20 rounded-xl'
+1
View File
@@ -134,6 +134,7 @@ const Home: FC = () => {
isQuikAccess
businessName={item.userSubscription.businessName}
isLinkPanel
subscriptionId={item.userSubscription.id}
onMoreClick={() => setShowModal(true)}
/>
)