fix accebily link
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -134,6 +134,7 @@ const Home: FC = () => {
|
||||
isQuikAccess
|
||||
businessName={item.userSubscription.businessName}
|
||||
isLinkPanel
|
||||
subscriptionId={item.userSubscription.id}
|
||||
onMoreClick={() => setShowModal(true)}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user