Skip to content

Commit 8b8a142

Browse files
pre-commit-ci[bot]spwoodcock
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 705bee8 commit 8b8a142

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

frontend/app/main.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ function AppContent() {
5151
height: `calc(100vh - var(--hot-spacing-4x-large))`
5252
}}
5353
>
54-
<Sidebar
55-
isDetailPaneShown={showDetailPane}
56-
setShowDetailPane={setShowDetailPane}
57-
/>
58-
<Detail
59-
isDetailPaneShown={showDetailPane}
60-
setShowDetailPane={setShowDetailPane}
61-
/>
54+
<Sidebar
55+
isDetailPaneShown={showDetailPane}
56+
setShowDetailPane={setShowDetailPane}
57+
/>
58+
<Detail
59+
isDetailPaneShown={showDetailPane}
60+
setShowDetailPane={setShowDetailPane}
61+
/>
6262
<div style={{ flex: 1, position: 'relative' }}>
63-
<MapComponent />
63+
<MapComponent />
6464
</div>
6565
</div>
6666
</StacProvider>

frontend/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!doctype html>
2-
<html lang="en" class="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange">
2+
<html
3+
lang="en"
4+
class="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange"
5+
>
36
<head>
47
<meta charset="utf-8" />
58
<meta

0 commit comments

Comments
 (0)