Skip to content

Commit

Permalink
fix: minor ui
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed May 28, 2024
1 parent f7d1b80 commit 331c1ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/containers/Providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ const Providers = ({ children }: PropsWithChildren) => {
<ThemeWrapper>
<JotaiWrapper>
<Umami />
{settingUp && !setupCore && !activated && (
<Loader description="Preparing Update..." />
)}
{settingUp && <Loader description="Preparing Update..." />}
{setupCore && activated && (
<>
<Responsive>
Expand Down

0 comments on commit 331c1ba

Please sign in to comment.