chore: sidebar deprecated

This commit is contained in:
Anoop M D
2022-03-21 00:03:03 +05:30
parent f2925022e8
commit 81b88e964f
3 changed files with 9 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ const RequestTabPanel = () => {
const collections = useSelector((state) => state.collections.collections);
const dispatch = useDispatch();
let asideWidth = 270;
let asideWidth = useSelector((state) => state.app.leftSidebarWidth);
let {
schema
} = useGraphqlSchema('https://api.spacex.land/graphql');