Skip to content

Commit d76fa82

Browse files
committed
chore: format code and fix lint issues
1 parent b94aa0a commit d76fa82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/lib/services/voip/navigateToCallRoom.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ export async function navigateToCallRoom(): Promise<void> {
2424
toggleFocus();
2525
}
2626

27-
const { app: { isMasterDetail } } = store.getState();
27+
const {
28+
app: { isMasterDetail }
29+
} = store.getState();
2830

2931
// If we're not in the chats navigator (e.g., in Profile/Settings/Accessibility screens),
3032
// navigate to ChatsStackNavigator first to ensure goRoom works correctly

0 commit comments

Comments
 (0)