fix: bottom bar position

This commit is contained in:
AykutSarac 2023-07-16 15:59:26 +03:00
parent e71f2541ef
commit 0bd41e38d9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -21,6 +21,7 @@ import useStored from "src/store/useStored";
import useUser from "src/store/useUser";
const StyledBottomBar = styled.div`
position: relative;
display: flex;
align-items: center;
justify-content: space-between;

View File

@ -78,8 +78,6 @@ export function parser(jsonStr: string): Graph {
path: getNodePath(states.graph.nodes, states.graph.edges, node.id),
}));
console.log(states.graph);
return states.graph;
} catch (error) {
console.error(error);