Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 7666c74

Browse files
Add payment message to storybook confirm screen
1 parent f7b3547 commit 7666c74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stories/screen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ store.payments = [...Array(10)].map(() => ({
200200
status: 'complete',
201201
date: new Date(),
202202
}));
203+
store.payment.note = '#craefulgang';
203204
store.selectedTransaction = (store.computedTransactions || []).find(
204205
tx => tx.type === 'bitcoin'
205206
);

0 commit comments

Comments
 (0)