loan emoji
This commit is contained in:
parent
e6db99e810
commit
8ea9a79760
|
@ -413,10 +413,10 @@ function IncomeNotificationItem(props: {
|
||||||
{reasonText}
|
{reasonText}
|
||||||
{sourceType === 'loan' ? (
|
{sourceType === 'loan' ? (
|
||||||
simple ? (
|
simple ? (
|
||||||
<span className={'ml-1 font-bold'}>Loan</span>
|
<span className={'ml-1 font-bold'}>🏦 Loan</span>
|
||||||
) : (
|
) : (
|
||||||
<SiteLink className={'ml-1 font-bold'} href={'/loans'}>
|
<SiteLink className={'ml-1 font-bold'} href={'/loans'}>
|
||||||
Loan
|
🏦 Loan
|
||||||
</SiteLink>
|
</SiteLink>
|
||||||
)
|
)
|
||||||
) : sourceType === 'betting_streak_bonus' ? (
|
) : sourceType === 'betting_streak_bonus' ? (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user