Fix merge issue

pull/1208/head
Louis Lam 3 years ago
parent 749ca6f4a8
commit 0cf395dfc3

@ -171,7 +171,7 @@ export default {
},
getBeatTitle(beat) {
return `${this.$root.datetime(beat.time)}` + ((beat.msg) ? ` - ${beat.msg}` : ``);
return `${this.$root.datetime(beat.time)}` + ((beat.msg) ? ` - ${beat.msg}` : "");
},
// Toggling the activeSibling class on hover over the current hover item

Loading…
Cancel
Save