Skip to content

Commit b57715d

Browse files
committed
removed location.reload
1 parent 35030f5 commit b57715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function App() {
190190
function update() {
191191
updateServiceWorker(true)
192192
// Trigger page reload
193-
window.location.reload()
193+
//window.location.reload()
194194
}
195195

196196
function onUpdate() {

0 commit comments

Comments
 (0)