fix default right sidebar tab

This commit is contained in:
Amruth Pillai
2020-03-28 12:37:30 +05:30
parent e0b158afad
commit 1fb2c9bea8

View File

@ -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',