diff --git a/src/apps/officer-web/Screens/Dashboard/Dashboards/DashboardsScreen.tsx b/src/apps/officer-web/Screens/Dashboard/Dashboards/DashboardsScreen.tsx index 6f4e16e6..60800adc 100644 --- a/src/apps/officer-web/Screens/Dashboard/Dashboards/DashboardsScreen.tsx +++ b/src/apps/officer-web/Screens/Dashboard/Dashboards/DashboardsScreen.tsx @@ -18,6 +18,7 @@ export const DashboardsScreen = () => { { if (!id) diff --git a/src/apps/officer-web/Screens/Dashboard/Desktop/DesktopScreen.tsx b/src/apps/officer-web/Screens/Dashboard/Desktop/DesktopScreen.tsx index 7726308c..9bf06ca4 100644 --- a/src/apps/officer-web/Screens/Dashboard/Desktop/DesktopScreen.tsx +++ b/src/apps/officer-web/Screens/Dashboard/Desktop/DesktopScreen.tsx @@ -8,7 +8,11 @@ export const DesktopScreen = () => { return (
- +
); }; diff --git a/src/apps/officer-web/Screens/Dashboard/Files/FilesScreen.tsx b/src/apps/officer-web/Screens/Dashboard/Files/FilesScreen.tsx index c86c0b61..e66eb4c0 100644 --- a/src/apps/officer-web/Screens/Dashboard/Files/FilesScreen.tsx +++ b/src/apps/officer-web/Screens/Dashboard/Files/FilesScreen.tsx @@ -9,7 +9,14 @@ export const FilesScreen = () => { return (
- + {/* The file-viewer panels `ephemeral` adds are a layout of their own, rendered beside this one — + they never enter `workspace.value`, so the allow-list does not have to know about them. */} +
); }; diff --git a/src/apps/officer-web/Screens/Dashboard/Terminal/TerminalScreen.tsx b/src/apps/officer-web/Screens/Dashboard/Terminal/TerminalScreen.tsx index b94b0d71..e52af62b 100644 --- a/src/apps/officer-web/Screens/Dashboard/Terminal/TerminalScreen.tsx +++ b/src/apps/officer-web/Screens/Dashboard/Terminal/TerminalScreen.tsx @@ -8,7 +8,11 @@ export const TerminalScreen = () => { return (
- +
); };