Skip to content

Commit 94a1280

Browse files
aelnosu33tm
andauthored
Apply suggestion from @33tm
Co-authored-by: Leo Jeong <80350771+33tm@users.noreply.github.com>
1 parent c8b3678 commit 94a1280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export default function App() {
121121
<UserDataProvider value={userData}>
122122
<AlternatesProvider value={alternates}>
123123
<TimeProvider value={date}>
124-
<PageVisibility onChange={() => navigator.serviceWorker.getRegistration().then(res => res?.update())} />
124+
<PageVisibility onChange={() => navigator.serviceWorker.getRegistration().then(res => res?.update())}/>
125125
<FaviconHandler />
126126
{signInCheckResult?.signedIn && <FirebaseUserDataUpdater />}
127127

0 commit comments

Comments
 (0)