mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
clients: fix lint
This commit is contained in:
parent
e320eb29c2
commit
9a506d3755
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ const Counters = ({ refreshButton, subtitle }) => {
|
|||
avgProcessingTime,
|
||||
} = useSelector((state) => state.stats, shallowEqual);
|
||||
const { t } = useTranslation();
|
||||
const days = interval / (1000 * 60 * 60 * 24)
|
||||
const days = interval / (1000 * 60 * 60 * 24);
|
||||
const rows = [
|
||||
{
|
||||
label: 'dns_query',
|
||||
|
|
Loading…
Add table
Reference in a new issue