Skip to content

Commit

Permalink
add small fixes v3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Feb 1, 2024
1 parent b724a86 commit b195a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function adaptStateIfNecessary(state: StackState) {

// This is necessary for ts to narrow type down to PartialState.
if (state.stale === true) {
// Push the root screen to fill left pane.
// Unshift the root screen to fill left pane.
state.routes.unshift({name: SCREENS.SETTINGS.ROOT});
}
}
Expand Down

0 comments on commit b195a1e

Please sign in to comment.