Skip to content

Commit

Permalink
chore: add @note to ConfirmPage
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jun 6, 2024
1 parent 4dce1b7 commit 8510dfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/pages/confirmations/confirm/confirm.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import mockState from '../../../../test/data/mock-state.json';
import configureStore from '../../../store/store';
import ConfirmPage from './confirm';

/**
* @note When we extend this storybook page to support more confirmation types,
* consider creating a new storybook pages.
*/
const ConfirmPageStory = {
title: 'Pages/Confirm/ConfirmPage',
decorators: [(story) => <div style={{ height: '600px' }}>{story()}</div>],
Expand Down

0 comments on commit 8510dfc

Please sign in to comment.