remove bg
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-14 23:08:47 +03:30
parent dcc071d357
commit 331b5fe02d
+1 -1
View File
@@ -89,7 +89,7 @@ const CustomerInfo: FC<CustomerInfoProps> = ({ order }) => {
<div className='flex gap-2'>
<div className='text-description'>وضعیت:</div>
<div className={`px-2 py-1 rounded text-xs ${order.user?.isActive ? 'bg-green-100 text-green-700' : 'bg-red-100 text-red-700'}`}>
<div className='px-2 py-1 rounded text-xs'>
{order.user?.isActive ? 'فعال' : 'غیرفعال'}
</div>
</div>