Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Sep 11, 2024
1 parent f462718 commit 4ffc788
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions test/data/confirmations/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ export const getMockConfirmStateForTransaction = (
},
transactions: [transaction],
},
confirm: {
currentConfirmation: transaction,
},
},
args,
),
Expand Down
5 changes: 0 additions & 5 deletions ui/pages/confirmations/confirm/stories/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ export const ARG_TYPES_SIGNATURE = {
};

export function ConfirmStoryTemplate(
// eslint-disable-next-line @typescript-eslint/no-explicit-any
currentConfirmation: any,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
metamaskState: any = {},
): JSX.Element {
const store = configureStore({
confirm: {
currentConfirmation,
},
metamask: {
...mockState.metamask,
...metamaskState,
Expand Down

0 comments on commit 4ffc788

Please sign in to comment.