mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
ESlint quote-props
This commit is contained in:
@@ -374,7 +374,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator'], function (s
|
||||
|
||||
function updateTopicsGraph(topics) {
|
||||
if (!Object.keys(topics).length) {
|
||||
topics = {"0": {
|
||||
topics = {0: {
|
||||
title: "No users browsing",
|
||||
value: 1,
|
||||
}};
|
||||
|
||||
Reference in New Issue
Block a user