Show 0 as invested or payout

This commit is contained in:
Ian Philips 2022-09-12 10:12:06 -06:00
parent ad082b5067
commit f3324ae7b7

View File

@ -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,