mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: domain count stat
This commit is contained in:
@@ -54,7 +54,7 @@ export default function StatisticsPage() {
|
||||
loading={stats === undefined}
|
||||
title={t`Domain names in database`}
|
||||
prefix={<DatabaseOutlined/>}
|
||||
value={stats?.rdapQueries}
|
||||
value={stats?.domainCountTotal}
|
||||
valueStyle={{color: 'darkblue'}}
|
||||
/>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user