fix: add debug

This commit is contained in:
Derrick Hammer 2023-10-16 17:15:23 -04:00
parent 9b5c450eab
commit ef3256c6f9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,8 @@ export function Navigator() {
<Input ref={ref} {...props}></Input>
));
console.log("Navigator mounted");
return (
<>
<NavInput ref={inputRef} disabled={!isLoggedIn} />