diff --git a/src/app/ui/tables/actions.tsx b/src/app/ui/tables/actions.tsx index 0d3d85e..67e575a 100644 --- a/src/app/ui/tables/actions.tsx +++ b/src/app/ui/tables/actions.tsx @@ -9,7 +9,10 @@ export function actions({ pathname, deleteFn }: { pathname: string, deleteFn: (i // header: "Actions", cell: ({ row }) => { return
- + {!(pathname === "/submission") ? + + : "" + }