Merge pull request #152 from matrix-org/existentialism
Remove the existentialist crisis
This commit is contained in:
commit
2216305dc2
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,8 @@ const App: React.FC = () => {
|
||||||
|
|
||||||
const [hash, setHash] = useState(location.hash);
|
const [hash, setHash] = useState(location.hash);
|
||||||
|
|
||||||
console.log(hash);
|
console.log(`Link for ${hash}`);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
// Some hacky uri decoding
|
// Some hacky uri decoding
|
||||||
if (location.href.split('/').length > 4) {
|
if (location.href.split('/').length > 4) {
|
||||||
|
@ -46,7 +47,6 @@ const App: React.FC = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
window.onhashchange = () => setHash(location.hash);
|
window.onhashchange = () => setHash(location.hash);
|
||||||
console.log('why');
|
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
if (hash) {
|
if (hash) {
|
||||||
|
|
Loading…
Reference in a new issue