summaryrefslogtreecommitdiff
path: root/app/components/graph/graph.tsx
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-07-19 01:46:36 +0200
committerThomas F. K. Jorna <[email protected]>2021-07-19 01:46:36 +0200
commit8196fb7123126b8b4111f77a70f1109fbaad65a4 (patch)
tree591a42684bc73743f9c416252a20b519a84daad9 /app/components/graph/graph.tsx
parent53c0324bf91f69ad5b38fe48956020b5279934c4 (diff)
added graph button
Diffstat (limited to 'app/components/graph/graph.tsx')
-rw-r--r--app/components/graph/graph.tsx2
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}