Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@
<!-- The manifest page's own sidebar (pages[].sidebarComponent). Passed in
as a slot prop because filling this slot suppresses CnAppRoot's
fallback, which is what hid the flow sidebar. -->
<component
:is="pageSidebarComponent"
v-if="pageSidebarComponent" />
<component :is="pageSidebarComponent" v-if="pageSidebarComponent" />
</template>
<!-- Suppress the default read-only CnTenantBadge — OrganisationSwitcher
below renders a combined active-organisation label + switcher
Expand Down Expand Up @@ -252,7 +250,7 @@
*
* @param {string} key Translation key.
* @return {string} Translated string (or the key on miss).
* @spec exclude i18n wrapper around @nextcloud/l10n translate

Check warning on line 253 in src/App.vue

View workflow job for this annotation

GitHub Actions / quality / Vue Quality (eslint)

Unexpected inline JSDoc tag. Did you mean to use {@nextcloud}, \@nextcloud, or `@nextcloud`?
*/
translateForApp(key) {
return ncT('stackiq', key)
Expand Down
Loading