diff --git a/src/components/RightSidebar/RightSidebar.js b/src/components/RightSidebar/RightSidebar.js index 592c8428..6277aa6e 100644 --- a/src/components/RightSidebar/RightSidebar.js +++ b/src/components/RightSidebar/RightSidebar.js @@ -15,7 +15,7 @@ const RightSidebar = () => { const { state, dispatch } = context; const { data, theme } = state; - const [currentTab, setCurrentTab] = useState('About'); + const [currentTab, setCurrentTab] = useState('Templates'); const onChange = (key, value) => { dispatch({ type: 'on_input',