mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-12-15 11:22:49 +03:00
Fixed linter issue
This commit is contained in:
parent
66b83a5fb5
commit
0c4646201f
@ -50,7 +50,7 @@ class Filters extends Component {
|
||||
Header: 'Rules count',
|
||||
accessor: 'rulesCount',
|
||||
className: 'text-center',
|
||||
Cell: props => props.value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",")
|
||||
Cell: props => props.value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ','),
|
||||
}, {
|
||||
Header: 'Last time updated',
|
||||
accessor: 'lastUpdated',
|
||||
|
Loading…
Reference in New Issue
Block a user