diff --git a/src/js/logger-ui.js b/src/js/logger-ui.js index f76ff5925..4265c37fc 100644 --- a/src/js/logger-ui.js +++ b/src/js/logger-ui.js @@ -214,7 +214,7 @@ const LogEntry = function(details) { this[prop] = details[prop]; } } - this.type = details.stype; + this.type = details.stype || details.type; if ( details.aliasURL !== undefined ) { this.aliased = true; }