-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Changes to nfts-detection-notice.js * Adding story --------- Co-authored-by: georgewrmarshall <[email protected]>
- Loading branch information
1 parent
c9f4202
commit 5135b80
Showing
2 changed files
with
26 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
ui/components/app/nfts-detection-notice/nfts-detection-notice.stories.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import React from 'react'; | ||
import NftsDetectionNotice from '.'; | ||
|
||
export default { | ||
title: 'Components/App/NftsDetectionNotice', | ||
}; | ||
|
||
export const DefaultStory = () => <NftsDetectionNotice />; | ||
|
||
DefaultStory.storyName = 'Default'; |
Can be combined to the line 17 to pass lint checks