aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceDrawer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspaceDrawer.tsx')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawer.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawer.tsx b/src/features/workspaces/components/WorkspaceDrawer.tsx
index 1c827e9dd..3e05cb7de 100644
--- a/src/features/workspaces/components/WorkspaceDrawer.tsx
+++ b/src/features/workspaces/components/WorkspaceDrawer.tsx
@@ -98,6 +98,7 @@ class WorkspaceDrawer extends Component<IProps> {
98 try { 98 try {
99 getUserWorkspacesRequest.execute(); 99 getUserWorkspacesRequest.execute();
100 } catch (error) { 100 } catch (error) {
101 // eslint-disable-next-line no-console
101 console.log(error); 102 console.log(error);
102 } 103 }
103 } 104 }
@@ -121,9 +122,9 @@ class WorkspaceDrawer extends Component<IProps> {
121 workspaceActions.openWorkspaceSettings(); 122 workspaceActions.openWorkspaceSettings();
122 }} 123 }}
123 data-tooltip-id="tooltip-workspaces-drawer" 124 data-tooltip-id="tooltip-workspaces-drawer"
124 data-tooltip-content={`${intl.formatMessage( 125 data-tooltip-content={intl.formatMessage(
125 messages.workspacesSettingsTooltip, 126 messages.workspacesSettingsTooltip,
126 )}`} 127 )}
127 > 128 >
128 <Icon 129 <Icon
129 icon={mdiCog} 130 icon={mdiCog}