diff --git a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx index ee08e0baf..8c142edcc 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx @@ -372,11 +372,11 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - )} + {columnVisibility.status && ( + + + + )} Actions @@ -415,7 +415,7 @@ export function DocumentsTableShell({ )} {columnVisibility.status && ( - + )} @@ -544,14 +544,14 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - Status - - - )} + {columnVisibility.status && ( + + + + Status + + + )} Actions @@ -647,11 +647,11 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - )} + {columnVisibility.status && ( + + + + )}