Skip to content

Commit

Permalink
fix: add missing props
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Apr 11, 2024
1 parent 6412e28 commit 0501f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modules/note/NoteTopicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 72,7 @@ const NoteTopicRank: FC<{
{filteredNotes.map((item) => {
return (
<NoteTimelineItem
attachToken={item.hide}
active={false}
title={item.title}
nid={item.nid}
Expand Down

0 comments on commit 0501f62

Please sign in to comment.