Skip to content

Commit 6685d2f

Browse files
authored
style: run Prettier over the sidebar change (#836)
The 'render the manifest page's sidebar alongside our own' commit landed unformatted, and quality / Frontend Check (format) has been red on development ever since: prettier --check "**/*.{js,ts,vue,css,scss}" [warn] src/App.vue Eight apps took the same change and eight went red together. This is prettier --write over the affected files and nothing else. Verified: npm run format exits 0.
1 parent 85aab13 commit 6685d2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/App.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
<!-- The manifest page's own sidebar (pages[].sidebarComponent). Passed in
4444
as a slot prop because filling this slot suppresses CnAppRoot's
4545
fallback, which is what hid the flow sidebar. -->
46-
<component
47-
:is="pageSidebarComponent"
48-
v-if="pageSidebarComponent" />
46+
<component :is="pageSidebarComponent" v-if="pageSidebarComponent" />
4947
</template>
5048
<!-- Suppress the default read-only CnTenantBadge — OrganisationSwitcher
5149
below renders a combined active-organisation label + switcher

0 commit comments

Comments
 (0)