mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-04 01:09:41 +00:00
Update index.js
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user