ts
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-05 23:30:01 +03:30
parent 8131882164
commit bdc61398d7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import Filters, { type FilterValues } from '@/components/Filters'
import { type FC, useEffect, useState } from 'react'
import Table from '@/components/Table'
import { AddSquare, Edit2, Printer, Receipt21 } from 'iconsax-react'
import { AddSquare, Edit2, Printer } from 'iconsax-react'
import { useGetOrders } from './hooks/useOrderData'
import moment from 'moment-jalaali'
import { Link, useSearchParams } from 'react-router-dom'
+2 -2
View File
@@ -59,7 +59,7 @@ const Header: FC = () => {
<div className='xl:flex hidden gap-1 items-center'>
<div className='flex flex-col items-start'>
<div className='text-xs'>
{displayName || admin.phone}
{displayName || String(admin.phone ?? '')}
</div>
{roleTitle && (
<div className='text-[10px] text-description'>
@@ -81,7 +81,7 @@ const Header: FC = () => {
{initials}
</div>
<div>
{displayName || admin.phone}
{displayName || String(admin.phone ?? '')}
</div>
{roleTitle && (
<div className='text-description'>