From 907d664fa8a3b3320ea7b9e32e2cd433b15ccee2 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Mon, 21 Dec 2020 23:35:16 +0500 Subject: [PATCH] add key to tag list item --- .../ActionSheetComponent/ActionSheetTagsSection.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js b/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js index b7c88f4cd..fe270ea6c 100644 --- a/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js +++ b/apps/mobile/src/components/ActionSheetComponent/ActionSheetTagsSection.js @@ -225,7 +225,9 @@ export const ActionSheetTagsSection = ({item, close}) => { ) : null} {note && note.tags - ? note.tags.map((item) => ) + ? note.tags.map((item) => ( + + )) : null} { return ( #{tag}