market close email: remove mention of creator fee
This commit is contained in:
parent
ee76f4188b
commit
e0ebdc644d
|
@ -351,8 +351,7 @@
|
|||
font-size: 16px;
|
||||
margin: 0;
|
||||
" />
|
||||
Resolve your market to earn {{creatorFee}} as the
|
||||
creator commission.
|
||||
Please resolve your market.
|
||||
<br style="
|
||||
font-family: 'Helvetica Neue', Helvetica,
|
||||
Arial, sans-serif;
|
||||
|
|
|
@ -339,10 +339,6 @@ export const sendMarketCloseEmail = async (
|
|||
userId,
|
||||
name: firstName,
|
||||
volume: formatMoney(volume),
|
||||
creatorFee:
|
||||
mechanism === 'dpm-2'
|
||||
? `${DPM_CREATOR_FEE * 100}% of the profits`
|
||||
: formatMoney(collectedFees.creatorFee),
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user