Skip to content

Commit 1cf9f08

Browse files
committed
style: fix prettier formatting
Signed-off-by: Pranav-0440 <pranavghorpade61@gmail.com>
1 parent 7639686 commit 1cf9f08

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/App.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,7 @@ const App: React.FC = () => {
163163

164164
return (
165165
<main className="flex max-h-screen w-screen flex-col">
166-
<AppHeader
167-
onToggleJSON={handleToggleJSON}
168-
isJSONVisible={doShowJSON}
169-
/>
166+
<AppHeader onToggleJSON={handleToggleJSON} isJSONVisible={doShowJSON} />
170167

171168
<div className="">
172169
<Container className="height-adjust flex flex-col md:flex-row">
@@ -197,7 +194,6 @@ const App: React.FC = () => {
197194
</Section>
198195
</>
199196
)}
200-
201197
</Container>
202198
</div>
203199
<div className="fixed bottom-0 w-screen">

0 commit comments

Comments
 (0)