Skip to content

Commit

Permalink
fix: don't render empty tags on Article page
Browse files Browse the repository at this point in the history
fix #254
  • Loading branch information
gratestas committed Aug 30, 2023
1 parent 9607d75 commit 52b19fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/others/confirmCreate/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export default function ConfirmCreate({
handleCreate,
handleGoBack,
}) {
console.log({ tags });
return (
<>
<div className={styles.bountyAmount}>
Expand Down

0 comments on commit 52b19fc

Please sign in to comment.