mirror of
https://github.com/colanode/colanode.git
synced 2026-07-09 20:08:46 +02:00
Remove unnecessary conditional check that prevented navigation to home when app first loads. Expo Router defaults to the first alphabetically-ordered tab group (chats) before the navigation effect fires. Since the effect is guarded by hasNavigated, we can unconditionally navigate to home when the user has workspaces. Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>