Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Skip pronouns for lostpixel
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue committed Oct 10, 2023
1 parent 3b44f71 commit 5dd5620
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/_labs/Pronouns/Pronouns.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ import { AutoplayList } from './AutoplayList';

import { Header } from '../../typography';

export default { title: 'labs/Pronouns' };
export default {
title: 'labs/Pronouns',
parameters: {
lostpixel: {
disable: true,
},
},
};

const componentName = 'Comment';

Expand Down

0 comments on commit 5dd5620

Please sign in to comment.