Skip to content

Commit

Permalink
fix: close tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphin0618 committed Jul 3, 2024
1 parent 5ea6378 commit f68788d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ export default function Setting() {
</div>
</AccordionContent>
</AccordionItem>
<TaggingSheet>
{/* <TaggingSheet>
<PlusIcon
className="mr-2 text-primary hover:text-primary/80"
onClick={(e) => e.stopPropagation()}
></PlusIcon>
</TaggingSheet>
</TaggingSheet> */}
</Accordion>
</div>
);
Expand Down

0 comments on commit f68788d

Please sign in to comment.