Skip to content

Commit 248b300

Browse files
committed
fix fmt
1 parent 6b2960e commit 248b300

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ const App: Component = () => {
5454
<Tab>Main</Tab>
5555
<Tab>Info</Tab>
5656
</TabList>
57-
<TabPanel
58-
maxHeight="calc(100vh - 40px)"
59-
>
57+
<TabPanel maxHeight="calc(100vh - 40px)">
6058
<AppRoutes />
6159
</TabPanel>
6260
<TabPanel>

0 commit comments

Comments
 (0)