From 3a9a0dc8112d61ceecdaca020a02100e333665d1 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Wed, 1 Apr 2020 09:00:15 +0530 Subject: [PATCH] update right sidebar to show first tab --- src/components/RightSidebar/RightSidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RightSidebar/RightSidebar.js b/src/components/RightSidebar/RightSidebar.js index 024ca966..8c2eebb5 100644 --- a/src/components/RightSidebar/RightSidebar.js +++ b/src/components/RightSidebar/RightSidebar.js @@ -43,7 +43,7 @@ const RightSidebar = () => { name: t('about.title'), }, ]; - const [currentTab, setCurrentTab] = useState(tabs[3].key); + const [currentTab, setCurrentTab] = useState(tabs[0].key); const onChange = (key, value) => { dispatch({