diff --git a/NUXT/components/topNavigation.vue b/NUXT/components/topNavigation.vue index 5c9416c..565823c 100644 --- a/NUXT/components/topNavigation.vue +++ b/NUXT/components/topNavigation.vue @@ -83,6 +83,7 @@ export default { methods: { refreshRecommendations() { this.$emit("scroll-to-top"); + const continuations = this.$store.state.recommendedVideos[ this.$store.state.recommendedVideos.length - 1 diff --git a/NUXT/layouts/default.vue b/NUXT/layouts/default.vue index 981f90b..389e446 100644 --- a/NUXT/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -45,7 +45,7 @@ @click="youtubeSearch(item)" > mdi-magnify - {{ item[0] }} + {{ item[0] || item.text }} @@ -62,7 +62,9 @@