Small change.

This commit is contained in:
Daniel
2022-06-26 21:10:27 +04:30
parent 8240b3e80e
commit f374292feb
4 changed files with 5 additions and 17 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function App() {
useEffect(() => {
const currentURL = new URL(window.location.href);
SetPath(currentURL.pathname);
})
}, [path])
useEffect(() => {
fetchData();