Skip to content

Commit

Permalink
sort activity
Browse files Browse the repository at this point in the history
  • Loading branch information
lovincyrus committed Dec 6, 2024
1 parent 6c23c7f commit 8144df9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
{
header: "Activity",
accessorFn: (row) => row.createdOn,
enableSorting: false,
cell: ({ row }) => {
return flexRender(ActivityCell, {
updatedOn: row.original.updatedOn,
Expand Down

0 comments on commit 8144df9

Please sign in to comment.