|
@@ -478,7 +478,7 @@ const getCustomerStats = async () => {
|
|
customerId: stats.customerId ?? '-',
|
|
customerId: stats.customerId ?? '-',
|
|
descriptiveName: stats.descriptiveName ?? '-',
|
|
descriptiveName: stats.descriptiveName ?? '-',
|
|
currency: stats.currencyCode ?? '',
|
|
currency: stats.currencyCode ?? '',
|
|
- balance: stats.balance ? formatNumber(stats.balance) : '-',
|
|
|
|
|
|
+ balance: stats.balance ? formatNumber(stats.balance) : '0',
|
|
cost: stats.cost ? formatNumber(stats.cost) : '-',
|
|
cost: stats.cost ? formatNumber(stats.cost) : '-',
|
|
conversions: stats.conversions ? formatNumber(stats.conversions) : '-',
|
|
conversions: stats.conversions ? formatNumber(stats.conversions) : '-',
|
|
optiScore: stats.optiScore ? stats.optiScore * 100 : 0
|
|
optiScore: stats.optiScore ? stats.optiScore * 100 : 0
|