Skip to content

Commit d2dbbc4

Browse files
authored
fix: lint (#847)
1 parent 101f032 commit d2dbbc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

js/SegmentedControl.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ const SegmentedControl = ({
100100
<SegmentedControlTab
101101
enabled={enabled}
102102
selected={selectedIndex === index}
103-
accessibilityHint={`${index + 1} ${accessibilityHintSeperator} ${values.length}`}
103+
accessibilityHint={`${
104+
index + 1
105+
} ${accessibilityHintSeperator} ${values.length}`}
104106
key={index}
105107
value={value}
106108
tintColor={tintColor}

0 commit comments

Comments
 (0)