mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Fix merge issue
This commit is contained in:
parent
749ca6f4a8
commit
0cf395dfc3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue