Skip to content

Commit

Permalink
Fix app update checking
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro authored Apr 23, 2021
1 parent d0253af commit f3befba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/applications/ApplicationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<span class="nametext ml-1">{{ item.name }}</span>
<v-tooltip
right
v-if="item in updatable"
v-if="item.isUpdatable"
color="primary"
class="mb-2"
>
Expand Down

0 comments on commit f3befba

Please sign in to comment.