Skip to content

Commit

Permalink
Fix updates button and drop down menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mayankchhabra committed Jun 21, 2023
1 parent 60fcca7 commit c6e6482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dashboard/src/views/AppStore/AppStore.vue
Expand Up @@ -40,7 +40,7 @@
</div>

<!-- Updates button -->
<div class="position-relative mr-3 ml-auto ml-md-0" v-if="appsWithUpdate.length && !communityAppStoreId || true">
<div class="position-relative mr-3 ml-auto ml-md-0" v-if="appsWithUpdate.length && !communityAppStoreId">
<b-button pill variant="primary" class="px-3" v-b-modal.app-updates-modal>
{{ `Update${appsWithUpdate.length > 1 ? 's' : ''}` }}
</b-button>
Expand All @@ -56,7 +56,7 @@
toggle-class="text-decoration-none p-0"
no-caret
right
:class="{'ml-auto ml-md-0': !appsWithUpdate.length && false}"
:class="{'ml-auto ml-md-0': !appsWithUpdate.length}"
>
<template v-slot:button-content>
<svg
Expand Down

0 comments on commit c6e6482

Please sign in to comment.