Skip to content

Commit

Permalink
Update app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jul 27, 2023
1 parent b7d5c72 commit 6b6f783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const App: FunctionalComponent = () => {
{hasUpdates && <HasUpdateBanner />}
{isInvalidKey && <KeyWarningBanner />}
{(isIos && !isSupported) && <IosInstallBanner />}
{isOnline ? <Register /> : <OfflineBanner />}
{isOnline ? <Register /> : <OfflineBanner />}
</div>
<div class={style.main}>
<DatabaseProvider>
Expand Down

0 comments on commit 6b6f783

Please sign in to comment.