mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix: bottom bar position
This commit is contained in:
parent
e71f2541ef
commit
0bd41e38d9
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user