From 1fb2c9bea8c471fb230d8ed460621421752cf83a Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Sat, 28 Mar 2020 12:37:30 +0530 Subject: [PATCH] fix default right sidebar tab --- src/components/RightSidebar/RightSidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',