Skip to content

Commit

Permalink
Fix rbr/gbr in bottom tab bar
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Feb 1, 2024
1 parent 039b575 commit 1fe4cd6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ function BottomTabBar() {
width={variables.iconBottomBar}
height={variables.iconBottomBar}
/>
{chatTabBrickRoad && <View style={styles.bottomTabStatusIndicator(chatTabBrickRoad === CONST.BRICK_ROAD.GBR ? theme.iconSuccessFill : theme.danger)} />}
{chatTabBrickRoad && (
<View style={styles.bottomTabStatusIndicator(chatTabBrickRoad === CONST.BRICK_ROAD_INDICATOR_STATUS.INFO ? theme.iconSuccessFill : theme.danger)} />
)}
</View>
</PressableWithFeedback>
</Tooltip>
Expand Down

0 comments on commit 1fe4cd6

Please sign in to comment.