aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspacesDashboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspacesDashboard.tsx')
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/components/WorkspacesDashboard.tsx b/src/features/workspaces/components/WorkspacesDashboard.tsx
index a823132c5..ba06730a0 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.tsx
+++ b/src/features/workspaces/components/WorkspacesDashboard.tsx
@@ -152,6 +152,7 @@ class WorkspacesDashboard extends Component<IProps> {
152 {intl.formatMessage(messages.workspacesRequestFailed)} 152 {intl.formatMessage(messages.workspacesRequestFailed)}
153 </Infobox> 153 </Infobox>
154 ) : ( 154 ) : (
155 // eslint-disable-next-line react/jsx-no-useless-fragment
155 <> 156 <>
156 {workspaces.length === 0 ? ( 157 {workspaces.length === 0 ? (
157 <div className="align-middle settings__empty-state"> 158 <div className="align-middle settings__empty-state">