mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
remove extra div
This commit is contained in:
parent
eaa3da2220
commit
50dcd21cf4
1 changed files with 11 additions and 13 deletions
|
@ -67,7 +67,6 @@
|
||||||
|
|
||||||
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
|
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
|
||||||
<h2>{{ selectedGroup.groupName }}</h2>
|
<h2>{{ selectedGroup.groupName }}</h2>
|
||||||
<div style="">
|
|
||||||
<div class="flex flex-col mt-3 mb-2 overflow-y-scroll h-70">
|
<div class="flex flex-col mt-3 mb-2 overflow-y-scroll h-70">
|
||||||
<div v-for="subscription in subscriptions" :key="subscription.name">
|
<div v-for="subscription in subscriptions" :key="subscription.name">
|
||||||
<div class="flex justify-between mr-3">
|
<div class="flex justify-between mr-3">
|
||||||
|
@ -82,7 +81,6 @@
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</ModalComponent>
|
</ModalComponent>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue