SoapboxMount: fix useEffect()

revert-5af0e40a
Alex Gleason 2 years ago
parent 6012b2a5ba
commit 79a5820687
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -98,7 +98,7 @@ const SoapboxMount = () => {
}).catch(() => { }).catch(() => {
setIsLoaded(false); setIsLoaded(false);
}); });
}); }, []);
// @ts-ignore: I don't actually know what these should be, lol // @ts-ignore: I don't actually know what these should be, lol
const shouldUpdateScroll = (prevRouterProps, { location }) => { const shouldUpdateScroll = (prevRouterProps, { location }) => {

Loading…
Cancel
Save