From fdfaf592ffe0e43fb1a1d2571a85541c47693b21 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 14 Sep 2021 12:20:55 +0500 Subject: [PATCH] fix tag title showing undefined on note item --- apps/mobile/src/components/NoteItem/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/NoteItem/index.js b/apps/mobile/src/components/NoteItem/index.js index cdfc82745..1b5cd1deb 100644 --- a/apps/mobile/src/components/NoteItem/index.js +++ b/apps/mobile/src/components/NoteItem/index.js @@ -130,7 +130,7 @@ const NoteItem = ({item, isTrash, tags}) => { {!isTrash && tags ? tags.slice(0, 2)?.map(item => (