Skip to content

Commit

Permalink
chore(ci-check): fix ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
annawen1 committed Dec 14, 2023
1 parent 382eddc commit 85085ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import { html } from 'lit';
import { action } from '@storybook/addon-actions';
import { boolean } from '@storybook/addon-knobs';
import { ifDefined } from 'lit/directives/if-defined.js';
import { prefix } from '../../globals/settings';
import textNullable from '../../../.storybook/knob-text-nullable';
import './index';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ const tagTypes = [
'outline',
];

export const _Tag = (args) => {
export const _Tag = () => {
return html`
<style>
${styles}
Expand Down

0 comments on commit 85085ce

Please sign in to comment.