Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wildan-m committed Oct 7, 2023
1 parent bab483b commit e2f3650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TabSelector/TabSelectorItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function TabSelectorItem({icon, title, onPress, backgroundColor, activeOpacity,
wrapperStyle={[styles.flex1]}
onPress={onPress}
>
{({ hovered }) => (
{({hovered}) => (
<Animated.View style={[styles.tabSelectorButton, StyleSheet.absoluteFill, styles.tabBackground(hovered, isFocused, backgroundColor)]}>
<TabIcon
icon={icon}
Expand Down

0 comments on commit e2f3650

Please sign in to comment.