mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +00:00
fix: use the right number in stats page
This commit is contained in:
parent
e65d3842bd
commit
bc279032da
@ -80,7 +80,7 @@ export default function StatisticsPage() {
|
||||
loading={stats === undefined}
|
||||
title={t`Purchased domain names`}
|
||||
prefix={<FieldTimeOutlined/>}
|
||||
value={stats?.domainPurchased}
|
||||
value={(stats?.domainPurchased??0) - (stats?.domainPurchaseFailed??0)}
|
||||
valueStyle={{color: 'green'}}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user