Skip to content

Commit d73e358

Browse files
committed
fix: linting
1 parent a3948f7 commit d73e358

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ const Graph: React.FC = () => {
7676
}
7777

7878
return (
79-
<div
80-
className={styles.graphContainer}
81-
data-theme={isDarkTheme ? 'dark' : 'light'}
82-
>
79+
<div className={styles.graphContainer} data-theme={isDarkTheme ? 'dark' : 'light'}>
8380
<div className={styles.graphColumn}>
8481
<ReactFlow
8582
data-theme={isDarkTheme ? 'dark' : 'light'}

0 commit comments

Comments
 (0)