Skip to content

Commit

Permalink
fix(core): fix storybook story TransactionDetais
Browse files Browse the repository at this point in the history
  • Loading branch information
tommayeliog committed May 8, 2024
1 parent cb54b4b commit 8a1fbb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ComponentProps } from 'react';
import { ActivityStatus } from '../Activity/AssetActivityItem';
import { Wallet } from '@lace/cardano';
import { ConwayEraCertificatesTypes } from './types';
import { mockVotingProcedures } from './mockVotingProcedures';
import { mockVotingProcedures } from './__tests__/mockVotingProcedures';
import { mockProposalProcedure } from '@src/ui/utils';

const meta: Meta<typeof TransactionDetails> = {
Expand Down Expand Up @@ -60,7 +60,6 @@ const data: ComponentProps<typeof TransactionDetails> = {
isPopupView: false,
votingProcedures: [],
amountTransformer: (amount) => `${Number(amount) * adaPrice} USD`,
openExternalLink: (url) => window.open(url, '_blank', 'noopener,noreferrer'),
handleOpenExternalHashLink: () => {
console.log('handle on hash click', '639a43144dc2c0ead16f2fb753360f4b4f536502dbdb8aa5e424b00abb7534ff');
},
Expand Down

0 comments on commit 8a1fbb2

Please sign in to comment.