Skip to content

Commit 2c98d46

Browse files
authored
fix: Update NoteTopicInfo.tsx
1 parent 9a16844 commit 2c98d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modules/note/NoteTopicInfo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const NoteTopicRank: FC<{
6161

6262
return (
6363
<>
64-
{filteredNotes?.length && (
64+
{!!filteredNotes?.length && (
6565
<>
6666
<Divider />
6767
<p className="mb-1 flex min-w-0 flex-col overflow-hidden text-neutral-content/50">

0 commit comments

Comments
 (0)