Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Sep 18, 2023
2 parents 95d2371 + 555feee commit 2317f45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions src/views/AppStore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,10 @@
margin-top: 20px;
"
>
<div
v-for="(appEntity, i) of installableApps"
:key="i"
class="column"
style="margin-right: 16px; margin-bottom: 16px"
>
<div v-for="(appEntity, i) of installableApps" :key="i" class="column">
<AppPreviewCard
v-show="filteredApps.includes(appEntity.content)"
style="margin-right: 16px; margin-bottom: 16px"
:app="appEntity.content"
:appWebsocket="appWebsocket"
@installApp="requestInstall(appEntity.content, $event.imgSrc)"
Expand Down

0 comments on commit 2317f45

Please sign in to comment.