Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Aug 9, 2023
2 parents 1822ee1 + 326a9f9 commit e97e86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export const TradeConfirm = () => {
</Box>
</Row>
)}
{isHighPriceImpact && (
{isModeratePriceImpact && (
<PriceImpact impactPercentage={bn(priceImpactPercentage).toFixed(2)} />
)}
<Row>
Expand Down

0 comments on commit e97e86f

Please sign in to comment.