Remove the existentialist crisis

This commit is contained in:
Jorik Schellekens 2020-09-24 11:30:52 +01:00
parent 32c6119243
commit f6c4a372a9

View File

@ -38,7 +38,8 @@ const App: React.FC = () => {
const [hash, setHash] = useState(location.hash);
console.log(hash);
console.log(`Link for ${hash}`);
useEffect(() => {
// Some hacky uri decoding
if (location.href.split('/').length > 4) {
@ -46,7 +47,6 @@ const App: React.FC = () => {
}
window.onhashchange = () => setHash(location.hash);
console.log('why');
}, []);
if (hash) {