Skip to content

Commit

Permalink
fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronfigueiredo committed Sep 22, 2023
1 parent 18086f9 commit 0c7f68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import NftsDetectionNotice from '.';

export default {
title: 'Components/App/NftsDetectionNotice',
title: 'Components/App/NftsDetectionNoticeImportNFTs',
};

export const DefaultStory = () => <NftsDetectionNotice />;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import NftsDetectionNotice from '.';

export default {
title: 'Components/App/NftsDetectionNotice',
title: 'Components/App/NftsDetectionNoticeNFTsTab',
};

export const DefaultStory = () => <NftsDetectionNotice />;
Expand Down

0 comments on commit 0c7f68a

Please sign in to comment.