Skip to content

Commit a50d24f

Browse files
committed
fix: linting
1 parent d7c9c96 commit a50d24f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ const Graph: React.FC = () => {
7676
}
7777

7878
return (
79-
<div className={styles.graphContainer} style={{maxWidth: '1280px', margin: '0 auto'}} data-theme={isDarkTheme ? 'dark' : 'light'}>
79+
<div
80+
className={styles.graphContainer}
81+
style={{ maxWidth: '1280px', margin: '0 auto' }}
82+
data-theme={isDarkTheme ? 'dark' : 'light'}
83+
>
8084
<div className={styles.graphColumn}>
8185
<ReactFlow
8286
data-theme={isDarkTheme ? 'dark' : 'light'}

0 commit comments

Comments
 (0)