update right sidebar to show first tab

This commit is contained in:
Amruth Pillai
2020-04-01 09:00:15 +05:30
parent 32682d8e72
commit 3a9a0dc811

View File

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