diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-23 16:52:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-23 16:52:50 +0700 |
| commit | bccb23f4d1801b55a1363fdfc1f44addc3d9cf82 (patch) | |
| tree | 851100b76c04e4cde189af37cc3602fc1dc56c67 /src/modules/result/components/DetailRow.tsx | |
| parent | bb01aa8c2423b19247d9e3530ae1a3256d884861 (diff) | |
Update detail row skeleton ui and import alert
Diffstat (limited to 'src/modules/result/components/DetailRow.tsx')
| -rw-r--r-- | src/modules/result/components/DetailRow.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/result/components/DetailRow.tsx b/src/modules/result/components/DetailRow.tsx index 29cf984..ff76785 100644 --- a/src/modules/result/components/DetailRow.tsx +++ b/src/modules/result/components/DetailRow.tsx @@ -30,7 +30,6 @@ const DetailRow = ({ productId }: { productId: number }) => { <td colSpan={8}> <div className='grid grid-cols-1 gap-y-2 w-full'> <Skeleton className='w-full h-8' /> - <Skeleton className='w-full h-8' /> </div> </td> </tr> |
