Skip to content

Commit

Permalink
fix: Shown only member construction sites
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Nov 10, 2024
1 parent fcd3bc4 commit 0757ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/vue/components/SwitchConstructionSites.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="row">
<div class="col-9">
<div class="row row-cols-2 g-4">
<div class="col" v-for="constructionSite in constructionSites" :key="constructionSite['@id']">
<div class="col" v-for="constructionSite in memberOfConstructionSites" :key="constructionSite['@id']">
<construction-site-enter-card
:construction-site="constructionSite" :construction-managers="constructionManagers"/>
</div>
Expand Down

0 comments on commit 0757ca3

Please sign in to comment.