Skip to content

Commit

Permalink
fix: tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 9, 2025
1 parent c45fc59 commit 75f0073
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const useStepperSteps = () => {
const {
state: firstHopExecutionState,
allowanceApproval: firstHopAllowanceApproval,
permit2: firstHopPermit2,
permit2: firstHopPermit2Eip712,
allowanceReset: firstHopAllowanceReset,
} = useAppSelector(state => selectHopExecutionMetadata(state, firstHopExecutionMetadataFilter))

Expand All @@ -51,7 +51,7 @@ export const useStepperSteps = () => {
const params = useMemo(
() => ({
firstHopAllowanceApproval,
firstHopPermit2,
firstHopPermit2Eip712,
firstHopAllowanceReset,
lastHopAllowanceApproval,
lastHopPermit2,
Expand All @@ -60,7 +60,7 @@ export const useStepperSteps = () => {
}),
[
firstHopAllowanceApproval,
firstHopPermit2,
firstHopPermit2Eip712,
firstHopAllowanceReset,
lastHopAllowanceApproval,
lastHopPermit2,
Expand Down

0 comments on commit 75f0073

Please sign in to comment.