Skip to content

Commit

Permalink
removed colon on single story label
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibson666 committed Dec 23, 2024
1 parent e42e4fd commit b3b26c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Template = ({label, checked, name, value, hideStatus, statusTextOn, status
export const Toggle = Template.bind({});

Toggle.args = {
label: 'Toggle Label:'
label: 'Toggle Label'
}
Toggle.argTypes = {
label: {
Expand Down

0 comments on commit b3b26c7

Please sign in to comment.