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}