Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Moore committed Nov 28, 2024
1 parent 0de75b3 commit 35a57a5
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export const Flip: Story = {
}

export const InfoButtonLabelDefault: Story = {
args: {
title: "Title",
metadata: "Side A",
information: "Side B",
footer: <>Example Footer</>,
},
play: async ({ canvasElement, step }) => {
const canvas = within(canvasElement)

Expand All @@ -70,10 +64,6 @@ export const InfoButtonLabelDefault: Story = {
export const InfoButtonLabel: Story = {
args: {
infoButtonLabel: "Test Label",
title: "Title",
metadata: "Side A",
information: "Side B",
footer: <>Example Footer</>,
},
play: async ({ canvasElement, step }) => {
const canvas = within(canvasElement)
Expand Down

0 comments on commit 35a57a5

Please sign in to comment.