mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-14 18:51:34 +03:00
Update index.js
This commit is contained in:
parent
98bf5322a3
commit
e466a09e20
@ -50,7 +50,7 @@ class Filters extends Component {
|
||||
Header: 'Rules count',
|
||||
accessor: 'rulesCount',
|
||||
className: 'text-center',
|
||||
Cell: props => new Number(props.value).toLocaleString(),
|
||||
Cell: props => props.value.toLocaleString(),
|
||||
}, {
|
||||
Header: 'Last time updated',
|
||||
accessor: 'lastUpdated',
|
||||
|
Loading…
Reference in New Issue
Block a user