Skip to content

Commit

Permalink
change locker table format
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed Apr 14, 2024
1 parent 9e21945 commit 06e8604
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/(admin)/admin/edit/views/LockerEdit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@
}
},
'Users',
{
name: 'Date Created',
formatter: (cell) => moment(cell).format('M/D/YY, h:mm A')
},
{
name: 'Date Updated',
formatter: (cell) => moment(cell).format('M/D/YY, h:mm A')
Expand Down

0 comments on commit 06e8604

Please sign in to comment.