mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add syncing
This commit is contained in:
@@ -31,7 +31,7 @@ export const MenuListItem = ({item, index, noTextMode, ignore}) => {
|
||||
|
||||
return (
|
||||
<TouchableOpacity
|
||||
key={item.name}
|
||||
key={item.name + index}
|
||||
activeOpacity={opacity / 2}
|
||||
onPress={_onPress}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user