clients: fix lint
This commit is contained in:
@@ -54,7 +54,7 @@ const Counters = ({ refreshButton, subtitle }) => {
|
|||||||
avgProcessingTime,
|
avgProcessingTime,
|
||||||
} = useSelector((state) => state.stats, shallowEqual);
|
} = useSelector((state) => state.stats, shallowEqual);
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
const days = interval / (1000 * 60 * 60 * 24)
|
const days = interval / (1000 * 60 * 60 * 24);
|
||||||
const rows = [
|
const rows = [
|
||||||
{
|
{
|
||||||
label: 'dns_query',
|
label: 'dns_query',
|
||||||
|
|||||||
Reference in New Issue
Block a user