mobile: do not set key prop on tag item

This commit is contained in:
Ammar Ahmed
2025-11-26 14:04:20 +05:00
parent c126a7c933
commit 3ceb5f45cf

View File

@@ -383,7 +383,6 @@ const TagItem = ({
return (
<Pressable
key={tag?.id}
style={{
flexDirection: "row",
marginVertical: 5,