diff options
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' },  | 
