Skip to content

Commit

Permalink
fix: syntax error in storybook (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyTheCarrot committed Aug 17, 2023
1 parent 2de589a commit 3e179ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ const Wrapper: Decorator = (Story) => {
}}
embedImageOnClick={(embed) => {
alert(`Embed image ${embed.url} clicked!`);
}}
externalLinkOpenRequested={(url) => {
alert(`External link "${url}" requested!`);
}}
Expand Down

0 comments on commit 3e179ab

Please sign in to comment.