diff options
| author | Sebastian <sebasjm@gmail.com> | 2021-08-13 18:04:05 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2021-08-13 18:04:30 -0300 |
| commit | e9bb85a212dbd9b86875e89a0aca5d805e2ad61b (patch) | |
| tree | 7fb2f9f28fc382d7348cd45cb730b302217099c7 /packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx | |
| parent | eb553be84163946e4ffa5b2a4dfaa2029aebc534 (diff) | |
new wallet UI and more tests
Diffstat (limited to 'packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx')
| -rw-r--r-- | packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx index 3c0bed6c7..4e63b9242 100644 --- a/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/popup/Transaction.stories.tsx @@ -30,7 +30,7 @@ import { FunctionalComponent } from 'preact'; import { TransactionView as TestedComponent } from './Transaction'; export default { - title: 'popup/transaction/details', + title: 'popup/history/details', component: TestedComponent, argTypes: { onRetry: { action: 'onRetry' }, |
