Skip to content

Commit

Permalink
add ids
Browse files Browse the repository at this point in the history
  • Loading branch information
EliFrankel committed Mar 31, 2024
1 parent a477705 commit 49d2c43
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 49d2c43

Please sign in to comment.