diff --git a/src/App.tsx b/src/App.tsx index 54c01fa..b0a9239 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -176,6 +176,7 @@ function App() { ) ) { setVisits([]); + setShowStats(false); clearVisits(); } };