mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix tag title showing undefined on note item
This commit is contained in:
@@ -130,7 +130,7 @@ const NoteItem = ({item, isTrash, tags}) => {
|
|||||||
{!isTrash && tags
|
{!isTrash && tags
|
||||||
? tags.slice(0, 2)?.map(item => (
|
? tags.slice(0, 2)?.map(item => (
|
||||||
<Button
|
<Button
|
||||||
title={'#' + db.tags.alias(item.id)}
|
title={'#' + db.tags.alias(item)}
|
||||||
key={item}
|
key={item}
|
||||||
height={20}
|
height={20}
|
||||||
textStyle={{
|
textStyle={{
|
||||||
|
|||||||
Reference in New Issue
Block a user