Skip to content

Commit

Permalink
Merge branch 'main' into feature/vampireAttack
Browse files Browse the repository at this point in the history
  • Loading branch information
pingustar authored Jun 8, 2022
2 parents 64ffd05 + 5e6e3ba commit 043ed02
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 043ed02

Please sign in to comment.