Skip to content

Commit 17a8f03

Browse files
committed
chore: handle app update
1 parent c6cdc79 commit 17a8f03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/common/hooks/useVersionUpdate/useVersionUpdateReload.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const useVersionUpdateReload = ({ toastEligibleRoutes }: VersionUpdatePro
137137
return
138138
}
139139
if (document.visibilityState === 'visible') {
140-
handleAppUpdate()
141140
refreshing.current = true
142141
} else {
143142
if (typeof setBGUpdated !== 'function') return

0 commit comments

Comments
 (0)