fix: standardize currency and input selection styles
This commit is contained in:
@@ -146,7 +146,7 @@ function downloadCsv(records: SmsMessageRecord[]) {
|
||||
record.channel?.sendRegion ?? '',
|
||||
getCarrierLabel(record.channel?.carrier),
|
||||
record.billingUnits,
|
||||
(record.amountCents / 100).toFixed(2),
|
||||
(record.amountCents / 100).toFixed(3),
|
||||
record.channel?.name ?? record.channelId ?? '',
|
||||
getStatusLabel(record.status),
|
||||
getTime(record.deliveredAt),
|
||||
|
||||
Reference in New Issue
Block a user