chore: cleanup

This commit is contained in:
Anoop M D 2022-10-10 23:27:27 +05:30
parent b9ab5e572d
commit be72fbfe6f
2 changed files with 4 additions and 4 deletions

View File

@ -59,9 +59,10 @@ const RequestTabPanel = () => {
setDragging(true);
};
let {
schema
} = useGraphqlSchema('https://api.spacex.land/graphql');
let schema = null;
// let {
// schema
// } = useGraphqlSchema('https://api.spacex.land/graphql');
useEffect(() => {
document.addEventListener('mouseup', handleMouseUp);

View File

@ -551,7 +551,6 @@ export const {
} = collectionsSlice.actions;
export const loadCollectionsFromIdb = () => (dispatch) => {
console.log('here');
getCollectionsFromIdb(window.__idb)
.then((collections) => dispatch(_loadCollections({
collections: collections