diff --git a/src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts b/src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts index 7d332ae5c567..f51f7fae3fb7 100644 --- a/src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts +++ b/src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts @@ -314,7 +314,7 @@ function getAdaptedState(state: PartialState } // We need to make sure that this if only handles states where we deeplink to the bottom tab directly - if(bottomTabNavigator && bottomTabNavigator.state) { + if (bottomTabNavigator && bottomTabNavigator.state) { // Routes // - found bottom tab // - matching central pane on desktop layout