fix tag title showing undefined on note item

This commit is contained in:
ammarahm-ed
2021-09-14 12:20:55 +05:00
parent 26310a381b
commit fdfaf592ff

View File

@@ -130,7 +130,7 @@ const NoteItem = ({item, isTrash, tags}) => {
{!isTrash && tags
? tags.slice(0, 2)?.map(item => (
<Button
title={'#' + db.tags.alias(item.id)}
title={'#' + db.tags.alias(item)}
key={item}
height={20}
textStyle={{