Skip to content

Commit

Permalink
Do not show dashboard home welcome message for standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
AjBreidenbach committed Jun 21, 2024
1 parent f887e63 commit bf36e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oc-pages/dashboard/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default {
<div>
<dashboard-breadcrumbs />
<div style="width: fit-content; margin: auto;">
<dashboard-welcome v-if="totalDeploymentsCount == 0" />
<dashboard-welcome v-if="!standalone && totalDeploymentsCount == 0" />
<div class="quantity-cards">
<div class="d-flex flex-wrap justify-content-center">
<quantity-card
Expand Down

0 comments on commit bf36e6b

Please sign in to comment.