Skip to content

Commit

Permalink
remove TODO from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgrzybowski committed Jan 26, 2024
1 parent c4b9e41 commit 79d9ddf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ function getAdaptedState(state: PartialState<NavigationState<RootStackParamList>
routes.push(createBottomTabNavigator(matchingBottomTabRoute, policyID));
routes.push(centralPaneNavigator);

// TODO: TEMPORARY FIX - REPLACE WITH getRoutesWithIndex(routes)
return {
adaptedState: getRoutesWithIndex(routes),
metainfo,
Expand All @@ -267,7 +266,6 @@ function getAdaptedState(state: PartialState<NavigationState<RootStackParamList>
routes.push(createCentralPaneNavigator(matchingCentralPaneRoute));
}

// TODO: TEMPORARY FIX - REPLACE WITH getRoutesWithIndex(routes)
return {
adaptedState: getRoutesWithIndex(routes),
metainfo,
Expand Down

0 comments on commit 79d9ddf

Please sign in to comment.