diff options
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r-- | vnext/src/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js index b3d821e4..4e40f9f1 100644 --- a/vnext/src/App.js +++ b/vnext/src/App.js @@ -56,7 +56,7 @@ export default function App() { es.removeEventListener('read', updateStatus); }; setEs(es); - }, []); + }, [visitor]); let search = (history, pathname, searchString) => { |