This commit is contained in:
ben 2023-01-10 18:37:54 +00:00
parent a85cd94234
commit 2602f044da

View file

@ -200,7 +200,10 @@
:href="props.row.wallet" :href="props.row.wallet"
target="_blank" target="_blank"
></q-btn> ></q-btn>
<q-tooltip>Disabled: link to pass to stall relays when using nostr</q-tooltip> <q-tooltip
>Disabled: link to pass to stall relays when using
nostr</q-tooltip
>
</q-td> </q-td>
<q-td v-for="col in props.cols" :key="col.name" :props="props"> <q-td v-for="col in props.cols" :key="col.name" :props="props">
{{ col.value }} {{ col.value }}