Fix crash when adding specific tags

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-07-21 10:02:28 +03:00
parent 4b601872bc
commit b7dd1c77af
3 changed files with 0 additions and 3 deletions

View File

@@ -194,7 +194,6 @@ const Tags = () => {
<FlashList
ref={flashListRef}
data={tags}
keyExtractor={tag => tag.id.toHexString()}
estimatedItemSize={52}
showsVerticalScrollIndicator={false}
renderItem={({ item: tag }) => (