Skip to content

Commit

Permalink
fix: clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 4, 2021
1 parent 73ff511 commit 205c58a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/form-toggle/stencil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class FormToggle {
};

const handleClick = () => {
console.log("click");
toggleInteraction();
};

Expand Down
6 changes: 3 additions & 3 deletions components/logo-button/stencil.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Canvas, Meta, Story } from "@storybook/addon-docs";
export const DigidButton = () => `<utrecht-digid-button>Inloggen</utrecht-digid-button>`;

<Meta
title="Web Component/DigiD Button"
title="Web Component/Logo Button"
parameters={{
docs: {
transformSource: (_src, { args }) => DigidButton(args),
Expand All @@ -19,8 +19,8 @@ export const DigidButton = () => `<utrecht-digid-button>Inloggen</utrecht-digid-
}}
/>

# DigiD Button
# Logo Button

<Canvas>
<Story name="DigiD Button">{DigidButton.bind({})}</Story>
<Story name="Logo Button">{DigidButton.bind({})}</Story>
</Canvas>

0 comments on commit 205c58a

Please sign in to comment.