Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/vampireAttack' into feat…
Browse files Browse the repository at this point in the history
…ure/vampireAttack
  • Loading branch information
pingustar committed Jun 8, 2022
2 parents abcb42c + 043ed02 commit aeca98f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const V3WithdrawStep1 = ({

<div className="opacity-50 space-y-10">
<p>USD value will likely change during the cooldown period</p>
<span>Coverage cost {withdrawalFeeInPercent}%</span>
<span>Withdrawal fee {withdrawalFeeInPercent}%</span>
{Number(withdrawalFeeInTkn) > 0 && (
<>
<span className="px-10">-</span>
Expand Down

0 comments on commit aeca98f

Please sign in to comment.