Update src/components/Tooltip.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Peak Twilight 2025-06-19 19:21:09 +02:00 committed by GitHub
parent 65e70ecd19
commit 40423705f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,13 +95,6 @@ export default {
}
return this.$root.datetime(this.content.time);
},
message() {
if (!this.content || this.content === 0) {
return "";
}
return this.content.msg || "";
}
}
};
</script>