Fix merge issue

This commit is contained in:
Louis Lam 2022-05-14 14:06:35 +08:00
parent 749ca6f4a8
commit 0cf395dfc3

View file

@ -171,7 +171,7 @@ export default {
}, },
getBeatTitle(beat) { 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 // Toggling the activeSibling class on hover over the current hover item