Skip to content

Commit

Permalink
Merge pull request #95 from CybercentreCanada/hotfix/dashboard_counter
Browse files Browse the repository at this point in the history
Hotfix/dashboard counter
  • Loading branch information
cccs-sgaron authored Jul 21, 2021
2 parents ff6b667 + a480def commit 420a60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/routes/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ const WrappedIngestCard = ({ ingester }) => {
/>
<MetricCounter
init={ingester.initialized}
value={ingester.metrics.safelisted}
value={ingester.metrics.whitelisted}
title="W"
tooltip={t('throughput.safelisted')}
tooltip={t('throughput.whitelisted')}
/>
<MetricCounter
init={ingester.initialized}
Expand Down

0 comments on commit 420a60f

Please sign in to comment.