Typo
This commit is contained in:
parent
d98ab07cbe
commit
2a2ccf6085
1 changed files with 1 additions and 5 deletions
|
@ -41,11 +41,7 @@ const GraphEditorToggle: React.FC<{
|
|||
})
|
||||
})
|
||||
}, [layoutP])
|
||||
return (
|
||||
<Container isOpen={isOpen} onClick={toggle}>
|
||||
Graph Editor
|
||||
</Container>
|
||||
)
|
||||
return <Container onClick={toggle}>Graph Editor</Container>
|
||||
}
|
||||
|
||||
export default GraphEditorToggle
|
||||
|
|
Loading…
Reference in a new issue