Skip to content

Commit

Permalink
Minor performance improvements to the Hashtag view (FreeTubeApp#5927)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored and Soham456 committed Dec 5, 2024
1 parent 05f0b9f commit 3c6b7bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/views/Hashtag/Hashtag.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,12 @@ export default defineComponent({
},
},
watch: {
$route() {
'$route.params.hashtag'() {
this.resetData()
this.getHashtag()
}
},
mounted: function() {
this.resetData()
this.getHashtag()
},
methods: {
Expand Down

0 comments on commit 3c6b7bc

Please sign in to comment.