Show 0 as invested or payout
This commit is contained in:
parent
ad082b5067
commit
f3324ae7b7
|
@ -316,8 +316,8 @@ export const createCommentOrAnswerOrUpdatedContractNotification = async (
|
|||
await sendMarketResolutionEmail(
|
||||
reason,
|
||||
privateUser,
|
||||
resolutionData.userInvestments[userId],
|
||||
resolutionData.userPayouts[userId],
|
||||
resolutionData.userInvestments[userId] ?? 0,
|
||||
resolutionData.userPayouts[userId] ?? 0,
|
||||
sourceUser,
|
||||
resolutionData.creatorPayout,
|
||||
sourceContract,
|
||||
|
|
Loading…
Reference in New Issue
Block a user