Skip to content

Commit

Permalink
chore: format code with new Prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Feb 5, 2024
1 parent 9e260b5 commit b8a6628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/storybook/config/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const preview: Preview = {
typeof storyContext.component === 'function'
? storyContext.component
: typeof storyContext.component?.render === 'function'
? storyContext.component?.render
: null;
? storyContext.component?.render
: null;

if (render) {
const renderOutput = render(storyContext.args);
Expand Down

0 comments on commit b8a6628

Please sign in to comment.