Skip to content
Snippets Groups Projects
Commit a2113a5e authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix key

parent 90a2814c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ export default class SelectTabGroup extends Component {
return (
<TouchableOpacity
onPress={() => this.props.onSelect(value)}
key={value}
key={i}
activeOpacity={1}
>
<View style={styles.radioButtonTextGroup}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment