mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-18 12:51:52 +02:00
fix links to extensions in payments tags.
This commit is contained in:
parent
9ba5342f3c
commit
b9db504f34
@ -129,7 +129,7 @@
|
|||||||
<q-badge v-if="props.row.tag" color="yellow" text-color="black">
|
<q-badge v-if="props.row.tag" color="yellow" text-color="black">
|
||||||
<a
|
<a
|
||||||
class="inherit"
|
class="inherit"
|
||||||
:href="['/', props.row.tag, '?usr=', user.id].join('')"
|
:href="['/', props.row.tag, '/?usr=', user.id].join('')"
|
||||||
>
|
>
|
||||||
#{{ props.row.tag }}
|
#{{ props.row.tag }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user