Skip to content

Commit

Permalink
chore: remove extra props
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Dec 17, 2024
1 parent 32aed7f commit e51cc4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const ArticleWithTags: Story = {
tags: [
{
category: "Tags",
values: [],
selected: ["NParks Happenings", "Wild dinosaur"],
},
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ export const TaggedArticle: Story = {
tags: [
{
category: "Tags",
values: [],
selected: ["NParks Happenings", "Wild dinosaur"],
},
],
Expand Down

0 comments on commit e51cc4e

Please sign in to comment.