Minor: add a TODO

This commit is contained in:
Evan Hahn 2023-08-02 11:58:06 -05:00
parent 166b12fb3c
commit d917aaab6b
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ if (!errorEl || !explorerEl) throw new Error("HTML is not set up correctly");
const main = () => {
// TODO: We may want a better UI here.
// TODO: Handle hash changes.
const parsedHash = parseHash(location.hash);
if (!parsedHash) {
location.href = "..";