Skip to content

Commit

Permalink
fix: derp
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jan 8, 2025
1 parent 81ce940 commit 163b84d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ExpandedStepperSteps = ({ activeTradeQuote }: ExpandedStepperStepsP
const firstHopAllowanceApprovalTitle = useMemo(() => {
const content = (() => {
// Awaiting Permit2 contract allowance grant
if (hopExecutionState !== HopExecutionState.AwaitingPermit2Allowance)
if (hopExecutionState === HopExecutionState.AwaitingPermit2Allowance)
return (
<>
<Text translation='trade.permit2Allowance.title' />
Expand Down

0 comments on commit 163b84d

Please sign in to comment.