Skip to content

Commit

Permalink
ugh... missed a space. Thanks, linter :)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed Jan 9, 2022
1 parent b230a48 commit 0d9cbe1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
};

export const InteractiveModalTrigger = (args: IModalTriggerProps) => (
<ModalTrigger {...args} triggerNode={<span>Click me</span>}/>
<ModalTrigger {...args} triggerNode={<span>Click me</span>} />
);

InteractiveModalTrigger.args = {
Expand Down

0 comments on commit 0d9cbe1

Please sign in to comment.