diff --git a/src/App.tsx b/src/App.tsx index 4591c13..df791b9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -162,8 +162,7 @@ export default function App() { } function autoRefresh() { - if (navigator.onLine && etebase && - !(window.location.pathname.match(/.*\/(new|edit|duplicate)$/))) { + if (navigator.onLine && etebase) { refresh(); } }