From 06c9c74f835b26ecda9cc8e6f022756a99dee75c Mon Sep 17 00:00:00 2001 From: VH Date: Tue, 9 Apr 2024 22:19:14 +0700 Subject: [PATCH] Fix linter --- src/libs/Navigation/linkingConfig/getAdaptedStateFromPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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