We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d207d4d commit 8703f5fCopy full SHA for 8703f5f
1 file changed
src/App.tsx
@@ -256,9 +256,7 @@ function App() {
256
const showVersionNotice = () =>
257
!isCurrentVersion() && !versionNoticeDismissed() && !versionNoticeSuppressed();
258
259
- const handleVersionReload = () => {
260
- window.location.reload();
261
- };
+
262
263
const handleVersionOk = () => {
264
setVersionNoticeDismissed(true);
0 commit comments