feat: refacotor ui
This commit is contained in:
@@ -181,10 +181,6 @@ const CustomerListTable = () => {
|
||||
header: 'Phone',
|
||||
cell: ({ row }) => <Typography>{row.original.phone || '-'}</Typography>
|
||||
}),
|
||||
columnHelper.accessor('address', {
|
||||
header: 'Address',
|
||||
cell: ({ row }) => <Typography>{row.original.address || '-'}</Typography>
|
||||
}),
|
||||
columnHelper.accessor('is_active', {
|
||||
header: 'Status',
|
||||
cell: ({ row }) => (
|
||||
@@ -196,6 +192,10 @@ const CustomerListTable = () => {
|
||||
/>
|
||||
)
|
||||
}),
|
||||
columnHelper.accessor('address', {
|
||||
header: 'Address',
|
||||
cell: ({ row }) => <Typography>{row.original.address || '-'}</Typography>
|
||||
}),
|
||||
columnHelper.accessor('actions', {
|
||||
header: 'Actions',
|
||||
cell: ({ row }) => (
|
||||
|
||||
Reference in New Issue
Block a user