Skip to content

Commit

Permalink
fix(storybook): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
daneah committed Jan 4, 2024
1 parent 630c353 commit 199fa43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const Validity = {
},
};

export const isOnBackground = {
export const IsOnBackground = {
name: 'On background',
render: () => (
<div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const Validity = {
},
};

export const isOnBackground = {
export const IsOnBackground = {
name: 'On background',
render: () =>
html`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const FullWidth = {
),
};

export const isOnBackground = {
export const IsOnBackground = {
render: () => (
<div
style={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const FullWidth = {
},
};

export const isOnBackground = {
export const IsOnBackground = {
render: () => {
const effect = () => {
useEffect(() => {
Expand Down

0 comments on commit 199fa43

Please sign in to comment.