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 df339ac commit 4063f9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ui/src/pages/organization/organization-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ const OrganizationLayout = () => {
}
}, [mutate, dispatch])

if (!org) {
return null
}

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

0 comments on commit 4063f9b

Please sign in to comment.