Skip to content

Commit

Permalink
minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Oct 28, 2024
1 parent 926f766 commit d3e91ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TagActions/TagNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const TagNode: React.FC<InterfaceTagNodeProps> = ({
</div>
</div>
)}
{expanded && subTagsList && (
{expanded && subTagsList?.length && (
<div style={{ marginLeft: '20px' }}>
<div
id={`subTagsScrollableDiv${tag._id}`}
Expand Down

0 comments on commit d3e91ac

Please sign in to comment.