mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 03:42:10 +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((
|
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({
|
||||||
|
Loading…
Reference in New Issue
Block a user