From 6af2bea5e0b9e3d5a955ad42769fdf48ec79cfcb Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 31 Jan 2021 00:58:24 -0700 Subject: [PATCH] Update DiscoverComponent --- resources/assets/js/components/DiscoverComponent.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/assets/js/components/DiscoverComponent.vue b/resources/assets/js/components/DiscoverComponent.vue index 2af69d341..e1fa217a4 100644 --- a/resources/assets/js/components/DiscoverComponent.vue +++ b/resources/assets/js/components/DiscoverComponent.vue @@ -195,12 +195,10 @@ if(this.trendingRange == 'daily' && this.trendingDaily.length) { this.trending = this.trendingDaily; this.trendingLoading = false; - return; } if(this.trendingRange == 'monthly' && this.trendingMonthly.length) { this.trending = this.trendingMonthly; this.trendingLoading = false; - return; } axios.get('/api/pixelfed/v2/discover/posts/trending', { params: {