Skip to content

Commit

Permalink
formatting done
Browse files Browse the repository at this point in the history
  • Loading branch information
Arunima22 committed Dec 8, 2024
1 parent 81b987c commit 783d230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
...this.$route.query,
...(this.isBrowsing ? { languages: this.languageFromChannelList } : {}),
last: this.$route.query.last || this.$route.path,
page: 1
page: 1,
},
});
this.languageFromChannelList = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
},
};
</script>
</script>

0 comments on commit 783d230

Please sign in to comment.