timing approve and quik access

This commit is contained in:
hamid zarghami
2025-03-05 16:11:28 +03:30
parent 6fba801ee9
commit 634fae4d4a
8 changed files with 120 additions and 76 deletions
+8 -2
View File
@@ -11,7 +11,8 @@ type Props = {
className?: string,
isLinkPanel?: boolean,
businessName?: string,
isDisabled?: boolean
isDisabled?: boolean,
isQuikAccess?: boolean
}
const ServiceItem: FC<Props> = (props: Props) => {
@@ -38,7 +39,12 @@ const ServiceItem: FC<Props> = (props: Props) => {
</div>
</div>
<div className='mt-4 text-xs'>
<div className='font-extralight'>{item.title} </div>
{
props.isQuikAccess && props.businessName ?
<div className='font-extralight'>{props.businessName} </div>
:
<div className='font-extralight'>{item.title} </div>
}
</div>
<div className='mt-4 flex-1 flex items-end'>