mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
removed key warning
This commit is contained in:
parent
f64035ae6f
commit
b63501f2e8
@ -74,7 +74,7 @@ const CustomiseFiltersModal = (props:any, ref:Ref<CustomiseFiltersModalRef>) =>
|
||||
}
|
||||
|
||||
options.push((
|
||||
<TouchableOpacity onPress={_onPress}>
|
||||
<TouchableOpacity key={key} onPress={_onPress}>
|
||||
<View style={styles.checkView}>
|
||||
<Text style={styles.informationText}>
|
||||
{intl.formatMessage({
|
||||
|
Loading…
Reference in New Issue
Block a user