Skip to content

Commit 2338bd9

Browse files
committed
fix: linting
1 parent 002625a commit 2338bd9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ const Graph: React.FC = () => {
9393
<Controls showInteractive={false} />
9494
<Background />
9595
<Panel position="top-right" className={styles.panelContent}>
96-
<Legend
97-
legendItems={legendItems}
98-
colorBy={colorBy}
99-
onColorByChange={setColorBy}
100-
/>
96+
<Legend legendItems={legendItems} colorBy={colorBy} onColorByChange={setColorBy} />
10197
</Panel>
10298
</ReactFlow>
10399
</div>

0 commit comments

Comments
 (0)