fix accebily link
This commit is contained in:
@@ -181,7 +181,7 @@ const ServiceItem: FC<Props> = (props: Props) => {
|
|||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
{
|
{
|
||||||
props.subscriptionId &&
|
props.subscriptionId && !props.isQuikAccess &&
|
||||||
<Link className='sm:w-fit w-full' to={Pages.services.detail + item.slug + '?id=' + props.subscriptionId}>
|
<Link className='sm:w-fit w-full' to={Pages.services.detail + item.slug + '?id=' + props.subscriptionId}>
|
||||||
<Button
|
<Button
|
||||||
className='h-8 sm:w-fit px-2 text-xs text-black bg-description bg-opacity-20 rounded-xl'
|
className='h-8 sm:w-fit px-2 text-xs text-black bg-description bg-opacity-20 rounded-xl'
|
||||||
|
|||||||
@@ -134,6 +134,7 @@ const Home: FC = () => {
|
|||||||
isQuikAccess
|
isQuikAccess
|
||||||
businessName={item.userSubscription.businessName}
|
businessName={item.userSubscription.businessName}
|
||||||
isLinkPanel
|
isLinkPanel
|
||||||
|
subscriptionId={item.userSubscription.id}
|
||||||
onMoreClick={() => setShowModal(true)}
|
onMoreClick={() => setShowModal(true)}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user