From 1fe4cd62aebdcdf4292712919ec8d70cc5ea39c6 Mon Sep 17 00:00:00 2001 From: Wojciech Boman Date: Thu, 1 Feb 2024 10:26:44 +0100 Subject: [PATCH] Fix rbr/gbr in bottom tab bar --- .../createCustomBottomTabNavigator/BottomTabBar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx index 13a40d62d24d..0fe0e7557610 100644 --- a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx +++ b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx @@ -57,7 +57,9 @@ function BottomTabBar() { width={variables.iconBottomBar} height={variables.iconBottomBar} /> - {chatTabBrickRoad && } + {chatTabBrickRoad && ( + + )}