mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update DiscoverComponent
This commit is contained in:
parent
2c661b815c
commit
6af2bea5e0
1 changed files with 0 additions and 2 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue