added UPDATED indicators and task collapsing
This commit is contained in:
@@ -32,7 +32,6 @@ const App: Component = () => {
|
||||
|
||||
let isFirstRun = true;
|
||||
const removeListener = pb.authStore.onChange((token) => {
|
||||
console.log('[DEBUG] pb.authStore.onChange fired, token present:', !!token);
|
||||
const wasAuthenticated = isAuthenticated();
|
||||
setIsAuthenticated(!!token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user