diff --git a/src/pages/workspace/WorkspacesListPage.tsx b/src/pages/workspace/WorkspacesListPage.tsx index 6c7f23595ca9..53db6c4a347a 100755 --- a/src/pages/workspace/WorkspacesListPage.tsx +++ b/src/pages/workspace/WorkspacesListPage.tsx @@ -354,6 +354,18 @@ function WorkspacesListPage({policies, reimbursementAccount, reports, session}: .sort((a, b) => localeCompare(a.title, b.title)); }, [reimbursementAccount?.errors, policies, isOffline, theme.textLight, policyRooms]); + const getHeaderButton = () => ( +