removed key warning

This commit is contained in:
Nouman Tahir 2021-04-22 05:43:05 +05:00
parent f64035ae6f
commit b63501f2e8

View File

@ -74,7 +74,7 @@ const CustomiseFiltersModal = (props:any, ref:Ref<CustomiseFiltersModalRef>) =>
} }
options.push(( options.push((
<TouchableOpacity onPress={_onPress}> <TouchableOpacity key={key} onPress={_onPress}>
<View style={styles.checkView}> <View style={styles.checkView}>
<Text style={styles.informationText}> <Text style={styles.informationText}>
{intl.formatMessage({ {intl.formatMessage({