mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 12:26:19 +02:00
chore: refactor
This commit is contained in:
@@ -141,13 +141,10 @@
|
||||
<div class="col-12 col-md-5 q-gutter-y-md" v-if="selectedExtensionRepos">
|
||||
<q-card v-for="repo of Object.keys(selectedExtensionRepos)" :key="repo">
|
||||
<q-card-section>
|
||||
<h6 class="text-subtitle1 q-my-none">
|
||||
Repository
|
||||
</h6>
|
||||
<q-badge color="primary" rounded
|
||||
><small v-text="repo"></small
|
||||
></q-badge>
|
||||
|
||||
<h6 class="text-subtitle1 q-my-none">Repository</h6>
|
||||
<q-badge color="primary" rounded
|
||||
><small v-text="repo"></small
|
||||
></q-badge>
|
||||
</q-card-section>
|
||||
<q-card-section class="q-pa-none">
|
||||
<q-separator></q-separator>
|
||||
|
Reference in New Issue
Block a user