Skip to content

Commit

Permalink
fix: react boolean node handling
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Jun 11, 2024
1 parent 6751ae9 commit 61296c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/modules/library-subscribe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function SubscribeItem({
) : null}
</Descriptions.Item>

{excludeKeywords?.length && (
{!!excludeKeywords?.length && (
<Descriptions.Item label='排除关键词'>
{excludeKeywords.map((s) => (
<Tag key={s} color='warning'>
Expand Down

0 comments on commit 61296c4

Please sign in to comment.