Skip to content

Commit

Permalink
fix issue with direct url to community tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkyProgrammer committed Mar 1, 2023
1 parent 125b233 commit 3af757f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@

<script src="./ft-community-post.js" />
<style src="./ft-community-post.scss" lang="scss" />
<style src="./slider-style.scss" lang="scss" />
<style src="./slider-style.css" lang="css" />
2 changes: 1 addition & 1 deletion src/renderer/views/Channel/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default defineComponent({
this.videoContinuationData = null
this.playlistContinuationData = null
this.searchContinuationData = null
this.this.communityContinuationData = null
this.communityContinuationData = null
this.showSearchBar = true

if (this.id === '@@@') {
Expand Down

0 comments on commit 3af757f

Please sign in to comment.