Skip to content

Commit

Permalink
Merge branch 'master' into version_3.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery authored Apr 8, 2024
2 parents 63d0dfa + bf83a7c commit 61411da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const TabSwitch = ({ onUnselectedClick, tabs, activeTabId }: ITabSwitchProps) =>
const isSelected = tab.id === activeTabId;
return (
<Tab
testID={tab.id}
key={tab.id}
id={tab.id}
onPress={() => {
Expand Down

0 comments on commit 61411da

Please sign in to comment.