From a9938b89dc2e27f23a7ca7e449fade9789fbb789 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Fri, 4 Oct 2024 17:06:38 +0530 Subject: [PATCH 1/3] fixed dashboard ui --- src/modules/dashboard/Dashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/dashboard/Dashboard.tsx b/src/modules/dashboard/Dashboard.tsx index 53b8b6f9a3..d1db76e55b 100644 --- a/src/modules/dashboard/Dashboard.tsx +++ b/src/modules/dashboard/Dashboard.tsx @@ -19,8 +19,8 @@ const Dashboard: FC = () => { From 5a0d864cf5e22f88fe7403ea1b388b956b16b5b9 Mon Sep 17 00:00:00 2001 From: Monalisha Mishra Date: Fri, 4 Oct 2024 17:10:47 +0530 Subject: [PATCH 2/3] enabled hottest channels subscribe button --- src/modules/dashboard/components/HottestChannelsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dashboard/components/HottestChannelsList.tsx b/src/modules/dashboard/components/HottestChannelsList.tsx index afcef2ecd6..cf966f3815 100644 --- a/src/modules/dashboard/components/HottestChannelsList.tsx +++ b/src/modules/dashboard/components/HottestChannelsList.tsx @@ -9,7 +9,7 @@ const HottestChannelsList = () => { {index != hottestChannels[appConfig.appEnv as EnvKeys].length - 1 && } From cb55201e95d1bec824766b074276d8ac7bb322dd Mon Sep 17 00:00:00 2001 From: Monalisha Mishra <42746736+mishramonalisha76@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:08:27 +0530 Subject: [PATCH 3/3] Update HottestChannelsList.tsx --- src/modules/dashboard/components/HottestChannelsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/dashboard/components/HottestChannelsList.tsx b/src/modules/dashboard/components/HottestChannelsList.tsx index cf966f3815..afcef2ecd6 100644 --- a/src/modules/dashboard/components/HottestChannelsList.tsx +++ b/src/modules/dashboard/components/HottestChannelsList.tsx @@ -9,7 +9,7 @@ const HottestChannelsList = () => { {index != hottestChannels[appConfig.appEnv as EnvKeys].length - 1 && }