Update src/components/HeartbeatBar.vue

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Peak Twilight 2025-06-18 17:14:16 +02:00 committed by GitHub
parent 2c7165a798
commit 4fe257e15c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -348,7 +348,7 @@ export default {
* @returns {string} Beat title * @returns {string} Beat title
*/ */
getBeatTitle(beat) { getBeatTitle(beat) {
if (beat === 0 || !beat) { if (!beat) {
return ""; return "";
} }