Skip to content

Commit 0501f62

Browse files
committed
fix: add missing props
Signed-off-by: Innei <[email protected]>
1 parent 6412e28 commit 0501f62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modules/note/NoteTopicInfo.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const NoteTopicRank: FC<{
7272
{filteredNotes.map((item) => {
7373
return (
7474
<NoteTimelineItem
75+
attachToken={item.hide}
7576
active={false}
7677
title={item.title}
7778
nid={item.nid}

0 commit comments

Comments
 (0)