Skip to content

Commit

Permalink
fix(ui): remove troublesome return null
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Nov 13, 2024
1 parent b9ca7cb commit df339ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/pages/workspace/workspace-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ const WorkspaceLayout = () => {
}
}, [mutate, dispatch])

if (!workspace) {
return null
}

return (
<>
{isWorkspaceLoading ? <SectionSpinner /> : null}
Expand Down

0 comments on commit df339ac

Please sign in to comment.