service item disabled and other...

This commit is contained in:
hamid zarghami
2025-03-04 12:15:25 +03:30
parent 004c91dde4
commit 91e8a4e6d3
5 changed files with 8 additions and 10 deletions
+1
View File
@@ -62,6 +62,7 @@ const MyServices: FC = () => {
item={item.plan.service}
isLinkPanel
businessName={item.businessName}
isDisabled={item.status === 'INACTIVE'}
/>
)
})