We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394640b commit 0a34364Copy full SHA for 0a34364
src/components/pages/vaults/components/widget/withdraw/index.tsx
@@ -797,7 +797,8 @@ export function WidgetWithdraw({
797
isAllowanceSufficient: approvalState.isAllowanceSufficient,
798
prepareApproveEnabled: Boolean(activeFlow.periphery.prepareApproveEnabled),
799
prepareWithdrawEnabled: Boolean(activeFlow.periphery.prepareWithdrawEnabled)
800
- }) || (priceImpactInfo.isHigh && !hasAcceptedPriceImpact)
+ }) ||
801
+ (priceImpactInfo.isHigh && !hasAcceptedPriceImpact)
802
}
803
className="w-full"
804
classNameOverride="yearn--button--nextgen w-full"
0 commit comments