diff --git a/src/components/DataTable/DataTableRowActions.tsx b/src/components/DataTable/DataTableRowActions.tsx
index dec7533..5f83f71 100644
--- a/src/components/DataTable/DataTableRowActions.tsx
+++ b/src/components/DataTable/DataTableRowActions.tsx
@@ -36,7 +36,7 @@ export const DataTableRowActions = ({ row, column }) => {
Open menu
-
+
{/* TODO: here we'd need to filter actions that the user cannot perform, or ideally do this in the BE */}
{filteredActions.map((action) => (