File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments