diff --git a/src/components/HeartbeatBar.vue b/src/components/HeartbeatBar.vue index a36c5d1c..deb2bc23 100644 --- a/src/components/HeartbeatBar.vue +++ b/src/components/HeartbeatBar.vue @@ -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