From ff191ece6ed99530f64bc830963de629dcab5845 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Thu, 9 Sep 2021 13:09:05 +0530 Subject: [PATCH] fix(ui) - new badge position --- frontend/app/components/Session/RightBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Session/RightBlock.tsx b/frontend/app/components/Session/RightBlock.tsx index bc8246832..43efedf86 100644 --- a/frontend/app/components/Session/RightBlock.tsx +++ b/frontend/app/components/Session/RightBlock.tsx @@ -37,7 +37,7 @@ export default function RightBlock() { onClick={ (tab) => setActiveTab(tab) } border={ true } /> -
{ }
+
{ }
{ renderActiveTab(activeTab)