mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-07 11:46:09 -05:00
Don't track search params changing
This commit is contained in:
@@ -243,7 +243,7 @@ function useFathom() {
|
||||
if (process.env.NODE_ENV !== "production") return;
|
||||
|
||||
trackPageview();
|
||||
}, [location.pathname, location.search]);
|
||||
}, [location.pathname]);
|
||||
}
|
||||
|
||||
function HydrationTestIndicator() {
|
||||
|
||||
Reference in New Issue
Block a user