Skip to content

Commit

Permalink
Fix disable chromatic for video facebook component
Browse files Browse the repository at this point in the history
  • Loading branch information
domlander committed Dec 24, 2024
1 parent 121ed9b commit 0a8b4bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export const largeAspectRatio = () => {
};
largeAspectRatio.storyName = 'with large aspect ratio';
largeAspectRatio.story = {
chromatic: { disable: true },
parameters: {
chromatic: { disable: true },
},
};

export const verticalAspectRatio = () => {
Expand Down

0 comments on commit 0a8b4bc

Please sign in to comment.