formating

This commit is contained in:
AmirHossein Mahmoodi
2025-09-03 15:41:15 +03:30
parent 781018225b
commit 28af206696
13 changed files with 243 additions and 235 deletions

View File

@@ -103,7 +103,8 @@ const ControlList = () => {
},
},
{
accessorFn: (row) => row.start_time ? moment(row.start_time).locale("fa").format("HH:mm | yyyy/MM/DD") : null,
accessorFn: (row) =>
row.start_time ? moment(row.start_time).locale("fa").format("HH:mm | yyyy/MM/DD") : null,
header: "تاریخ خروج",
id: "start_time",
enableColumnFilter: true,