Skip to content

Commit 19fe74f

Browse files
committed
Apply suggestion correctly
1 parent c839c58 commit 19fe74f

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

src/App.tsx

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,13 @@ function App() {
1111
return (
1212
<Box
1313
sx={{
14-
display: "flex",
15-
justifyContent: "space-between",
16-
flexDirection: "column",
17-
minHeight: "100vh",
18-
minWidth: "320px",
19-
margin: 0,
14+
display: "flex",
15+
justifyContent: "space-between",
16+
flexDirection: "column",
17+
minHeight: "100vh",
18+
minWidth: "320px",
19+
margin: 0,
2020
}}
21-
() => ({
22-
display: "flex",
23-
justifyContent: "space-between",
24-
flexDirection: "column",
25-
minHeight: "100vh",
26-
minWidth: "320px",
27-
margin: 0,
28-
}),
29-
]}
3021
>
3122
<SerialNavBar />
3223
<Switch>

0 commit comments

Comments
 (0)