Added redemptions page. Fixed some issues. Removed some instances of console.log().

This commit is contained in:
Tom
2025-01-13 23:37:31 +00:00
parent 7a7fb832a0
commit 04a50f6db0
39 changed files with 2342 additions and 1564 deletions

View File

@ -28,4 +28,4 @@ export class NavigationComponent {
isTTSLoggedIn() {
return this.hermes?.logged_in ?? false;
}
}
}