diff --git a/apps/web/components/ui/TableActions.tsx b/apps/web/components/ui/TableActions.tsx index 24bb4b052b..9401571eae 100644 --- a/apps/web/components/ui/TableActions.tsx +++ b/apps/web/components/ui/TableActions.tsx @@ -72,7 +72,7 @@ const TableActions: FC = ({ actions }) => { }); return ( <> -
+
{actions.map((action) => { const button = (