fix eslint

This commit is contained in:
Isaac Connor 2020-04-23 10:23:46 -04:00
parent eab08783e9
commit 055c20c3cc
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ function convertLabelFormat(LabelFormat, monitorName) {
//https://raw.githubusercontent.com/benjaminoakes/moment-strftime/master/lib/moment-strftime.js
//added %f and %N below (TODO: add %Q)
var replacements = {
'a': 'ddd',
'a': 'ddd',
'A': 'dddd',
'b': 'MMM',
'B': 'MMMM',