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({