summaryrefslogtreecommitdiff
path: root/app/components/graph/graph.tsx
diff options
context:
space:
mode:
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}