diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-19 01:46:36 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-19 01:46:36 +0200 |
commit | 8196fb7123126b8b4111f77a70f1109fbaad65a4 (patch) | |
tree | 591a42684bc73743f9c416252a20b519a84daad9 /app/components/graph/graph.tsx | |
parent | 53c0324bf91f69ad5b38fe48956020b5279934c4 (diff) |
added graph button
Diffstat (limited to 'app/components/graph/graph.tsx')
-rw-r--r-- | app/components/graph/graph.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/graph/graph.tsx b/app/components/graph/graph.tsx index 8b041b5..83cc40a 100644 --- a/app/components/graph/graph.tsx +++ b/app/components/graph/graph.tsx @@ -271,7 +271,7 @@ onLinkHover={handleLinkHover} } return ( - <View> + <View style={style}> {!physics.threedim ? ( <ForceGraph2D ref={fgRef} |