Skip to content

Commit df95f8a

Browse files
committed
removed location reload
1 parent 0c8ed5d commit df95f8a

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
useEffect(() => {

0 commit comments

Comments
 (0)