Skip to content

Commit

Permalink
Merge pull request #139 from tobiasKaminsky/hideSharing
Browse files Browse the repository at this point in the history
hide sharing option for now
  • Loading branch information
tobiasKaminsky authored Jan 25, 2024
2 parents 2442099 + 9d3bb8c commit 35640b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/views/ListSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<h3>{{ t('grocerylist', 'Add a new category') }}</h3>
<ListCategoryNew :list-id="listId" />

<h2>{{ t('grocerylist', 'Shares') }}</h2>
<span v-for="sharee in sharees" :key="sharee.userId">
<ul>
<li>{{ sharee.userId }}</li>
</ul>
</span>
<!-- <h2>{{ t('grocerylist', 'Shares') }}</h2>-->
<!-- <span v-for="sharee in sharees" :key="sharee.userId">-->
<!-- <ul>-->
<!-- <li>{{ sharee.userId }}</li>-->
<!-- </ul>-->
<!-- </span>-->
</div>
</template>

Expand Down

0 comments on commit 35640b4

Please sign in to comment.