Skip to content

Commit 8703f5f

Browse files
committed
Fix build error (reload button issue)
1 parent d207d4d commit 8703f5f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ function App() {
256256
const showVersionNotice = () =>
257257
!isCurrentVersion() && !versionNoticeDismissed() && !versionNoticeSuppressed();
258258

259-
const handleVersionReload = () => {
260-
window.location.reload();
261-
};
259+
262260

263261
const handleVersionOk = () => {
264262
setVersionNoticeDismissed(true);

0 commit comments

Comments
 (0)