We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6412e28 commit 0501f62Copy full SHA for 0501f62
src/components/modules/note/NoteTopicInfo.tsx
@@ -72,6 +72,7 @@ const NoteTopicRank: FC<{
72
{filteredNotes.map((item) => {
73
return (
74
<NoteTimelineItem
75
+ attachToken={item.hide}
76
active={false}
77
title={item.title}
78
nid={item.nid}
0 commit comments