Skip to content

Commit

Permalink
fix: Update NoteTopicInfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei authored Feb 10, 2024
1 parent 9a16844 commit 2c98d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/note/NoteTopicInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const NoteTopicRank: FC<{

return (
<>
{filteredNotes?.length && (
{!!filteredNotes?.length && (
<>
<Divider />
<p className="mb-1 flex min-w-0 flex-col overflow-hidden text-neutral-content/50">
Expand Down

0 comments on commit 2c98d46

Please sign in to comment.