mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
update right sidebar to show first tab
This commit is contained in:
@ -43,7 +43,7 @@ const RightSidebar = () => {
|
|||||||
name: t('about.title'),
|
name: t('about.title'),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
const [currentTab, setCurrentTab] = useState(tabs[3].key);
|
const [currentTab, setCurrentTab] = useState(tabs[0].key);
|
||||||
|
|
||||||
const onChange = (key, value) => {
|
const onChange = (key, value) => {
|
||||||
dispatch({
|
dispatch({
|
||||||
|
|||||||
Reference in New Issue
Block a user