new bettors

This commit is contained in:
Ian Philips 2022-09-06 16:30:58 -06:00
parent c16e7c6cfd
commit 8759064ccb

View File

@ -390,7 +390,7 @@ function IncomeNotificationItem(props: {
reasonText = !simple
? `Bonus for ${
parseInt(sourceText) / UNIQUE_BETTOR_BONUS_AMOUNT
} unique traders on`
} new bettors on`
: 'bonus on'
} else if (sourceType === 'tip') {
reasonText = !simple ? `tipped you on` : `in tips on`