diff --git a/src/components/modals/DetailedTrack.vue b/src/components/modals/DetailedTrack.vue index 90f1aef..94d201f 100644 --- a/src/components/modals/DetailedTrack.vue +++ b/src/components/modals/DetailedTrack.vue @@ -91,7 +91,7 @@ export default { return this.track.popularity; default: return Math.round(value * 100); -} + }; }, }, }