chore: update version to 1.6.2
This commit is contained in:
@@ -185,7 +185,7 @@ export function NavigationRail({
|
||||
// Account list for rail
|
||||
const accounts = useAccountStore((s) => s.accounts);
|
||||
// Read activeAccountId from authStore so the rail's account row matches the actually-loaded
|
||||
// session — accountStore has its own persisted copy that can drift out of sync.
|
||||
// session - accountStore has its own persisted copy that can drift out of sync.
|
||||
const activeAccountId = useAuthStore((s) => s.activeAccountId);
|
||||
const switchAccount = useAuthStore((s) => s.switchAccount);
|
||||
const logout = useAuthStore((s) => s.logout);
|
||||
|
||||
Reference in New Issue
Block a user