Skip to content

Commit ff88bfc

Browse files
committed
fixup!
1 parent ca0ca78 commit ff88bfc

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

static/index.vue

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@
188188
<div v-text="props.row.balance"></div>
189189
</q-td>
190190
<q-td key="pending" :props="props">
191-
<div v-text="props.row.pending ? props.row.pending : ''"></div>
191+
<div
192+
v-text="props.row.pending ? props.row.pending : ''"
193+
></div>
192194
</q-td>
193195
<q-td key="onchain address" :props="props">
194196
<a
@@ -527,7 +529,9 @@
527529
v-if="!formDialogCharge.data.fasttrack"
528530
>
529531
<q-item-section avatar top>
530-
<q-checkbox v-model="formDialogCharge.data.zeroconf"></q-checkbox>
532+
<q-checkbox
533+
v-model="formDialogCharge.data.zeroconf"
534+
></q-checkbox>
531535
</q-item-section>
532536
<q-item-section>
533537
<q-item-label
@@ -539,13 +543,11 @@
539543
></q-item-label>
540544
</q-item-section>
541545
</q-item>
542-
<q-item
543-
tag="label"
544-
v-ripple
545-
v-if="!formDialogCharge.data.zeroconf"
546-
>
546+
<q-item tag="label" v-ripple v-if="!formDialogCharge.data.zeroconf">
547547
<q-item-section avatar top>
548-
<q-checkbox v-model="formDialogCharge.data.fasttrack"></q-checkbox>
548+
<q-checkbox
549+
v-model="formDialogCharge.data.fasttrack"
550+
></q-checkbox>
549551
</q-item-section>
550552
<q-item-section>
551553
<q-item-label

0 commit comments

Comments
 (0)