diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 493231860..8a591d3bd 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -58,7 +58,7 @@ Keep your PRIVATE_TOKEN secret as it gives access to your account.
-export PRIVATE_TOKEN="{{ $store.state.auth.token ()}}"
+export PRIVATE_TOKEN="{{ $store.state.auth.token }}"
 
 
diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index 91efd7290..aef4bea93 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -6,7 +6,7 @@

- {{ favoriteTracks.count }} favorites + {{ $store.state.favorites.count }} favorites

@@ -55,10 +55,8 @@