Skip to content

Commit 79d89ad

Browse files
committed
style: format merged withdraw widget
1 parent 90e885f commit 79d89ad

File tree

1 file changed

+2
-1
lines changed
  • src/components/pages/vaults/components/widget/withdraw

1 file changed

+2
-1
lines changed

src/components/pages/vaults/components/widget/withdraw/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,8 @@ export function WidgetWithdraw({
797797
isAllowanceSufficient: approvalState.isAllowanceSufficient,
798798
prepareApproveEnabled: Boolean(activeFlow.periphery.prepareApproveEnabled),
799799
prepareWithdrawEnabled: Boolean(activeFlow.periphery.prepareWithdrawEnabled)
800-
}) || (priceImpactInfo.isHigh && !hasAcceptedPriceImpact)
800+
}) ||
801+
(priceImpactInfo.isHigh && !hasAcceptedPriceImpact)
801802
}
802803
className="w-full"
803804
classNameOverride="yearn--button--nextgen w-full"

0 commit comments

Comments
 (0)