Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Mar 15, 2023
1 parent c2dea10 commit b1f7570
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ export default {
title: 'Components/Institutional/NoteToTrader',
component: NoteToTrader,
args: {
placeholder: 'The approver will see this note when approving the transaction at the custodian.',
placeholder:
'The approver will see this note when approving the transaction at the custodian.',
noteText: '',
labelText: 'Transaction note',
maxLength: '280',
onChange: () => {},
onChange: () => {/**/}
},
};

export const DefaultStory = (args) => (
<NoteToTrader {...args} />
);
export const DefaultStory = (args) => <NoteToTrader {...args} />;

DefaultStory.storyName = 'NoteToTrader';

0 comments on commit b1f7570

Please sign in to comment.