remove extra div

This commit is contained in:
khusroo hayat 2023-05-19 10:54:09 +05:00
parent eaa3da2220
commit 50dcd21cf4

View file

@ -67,7 +67,6 @@
<ModalComponent v-if="showEditGroupModal" @close="showEditGroupModal = false">
<h2>{{ selectedGroup.groupName }}</h2>
<div style="">
<div class="flex flex-col mt-3 mb-2 overflow-y-scroll h-70">
<div v-for="subscription in subscriptions" :key="subscription.name">
<div class="flex justify-between mr-3">
@ -82,7 +81,6 @@
<hr />
</div>
</div>
</div>
</ModalComponent>
</template>