diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ef67a90..331626e 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -127,6 +127,14 @@ function App() { /> { + try { + document.location.reload() + return true + } catch(err) { + return false + } + }} /> } />