market close email: remove mention of creator fee
This commit is contained in:
parent
ee76f4188b
commit
e0ebdc644d
|
@ -351,8 +351,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
" />
|
" />
|
||||||
Resolve your market to earn {{creatorFee}} as the
|
Please resolve your market.
|
||||||
creator commission.
|
|
||||||
<br style="
|
<br style="
|
||||||
font-family: 'Helvetica Neue', Helvetica,
|
font-family: 'Helvetica Neue', Helvetica,
|
||||||
Arial, sans-serif;
|
Arial, sans-serif;
|
||||||
|
|
|
@ -339,10 +339,6 @@ export const sendMarketCloseEmail = async (
|
||||||
userId,
|
userId,
|
||||||
name: firstName,
|
name: firstName,
|
||||||
volume: formatMoney(volume),
|
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