diff --git a/front/src/components/library/TrackBase.vue b/front/src/components/library/TrackBase.vue
index 87443344c..7dc92e9fb 100644
--- a/front/src/components/library/TrackBase.vue
+++ b/front/src/components/library/TrackBase.vue
@@ -166,18 +166,18 @@ watch(showDeleteModal, (newValue) => {
v-if="track"
:h1="track.title"
:action="{
- text: labels.download,
- // @ts-ignore
- to: downloadUrl,
- // @ts-ignore
- solid: true,
- // @ts-ignore
- primary: true,
- // @ts-ignore
- icon: 'bi-download',
- // @ts-ignore
- lowHeight: true
- }"
+ text: labels.download,
+ // @ts-ignore
+ to: downloadUrl,
+ // @ts-ignore
+ solid: true,
+ // @ts-ignore
+ primary: true,
+ // @ts-ignore
+ icon: 'bi-download',
+ // @ts-ignore
+ lowHeight: true
+ }"
page-heading
>
@@ -186,19 +186,19 @@ watch(showDeleteModal, (newValue) => {
v-lazy="store.getters['instance/absoluteUrl'](track.cover.urls.large_square_crop)"
alt=""
class="channel-image"
- />
+ >
+ >
+ >