From 3af757fd95976113ddcb0923d0a4aa2c1ed79ade Mon Sep 17 00:00:00 2001
From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com>
Date: Wed, 1 Mar 2023 17:33:06 -0500
Subject: [PATCH] fix issue with direct url to community tab
---
src/renderer/components/ft-community-post/ft-community-post.vue | 2 +-
.../ft-community-post/{slider-style.scss => slider-style.css} | 0
src/renderer/views/Channel/Channel.js | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename src/renderer/components/ft-community-post/{slider-style.scss => slider-style.css} (100%)
diff --git a/src/renderer/components/ft-community-post/ft-community-post.vue b/src/renderer/components/ft-community-post/ft-community-post.vue
index f9359aaf2a909..e8e88b4bb8fe4 100644
--- a/src/renderer/components/ft-community-post/ft-community-post.vue
+++ b/src/renderer/components/ft-community-post/ft-community-post.vue
@@ -120,4 +120,4 @@
-
+
diff --git a/src/renderer/components/ft-community-post/slider-style.scss b/src/renderer/components/ft-community-post/slider-style.css
similarity index 100%
rename from src/renderer/components/ft-community-post/slider-style.scss
rename to src/renderer/components/ft-community-post/slider-style.css
diff --git a/src/renderer/views/Channel/Channel.js b/src/renderer/views/Channel/Channel.js
index a6721be67bc0b..be3d8f2a2f8ce 100644
--- a/src/renderer/views/Channel/Channel.js
+++ b/src/renderer/views/Channel/Channel.js
@@ -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 === '@@@') {