fix links to extensions in payments tags.

This commit is contained in:
fiatjaf 2021-05-21 22:57:22 -03:00
parent 9ba5342f3c
commit b9db504f34

View File

@ -129,7 +129,7 @@
<q-badge v-if="props.row.tag" color="yellow" text-color="black">
<a
class="inherit"
:href="['/', props.row.tag, '?usr=', user.id].join('')"
:href="['/', props.row.tag, '/?usr=', user.id].join('')"
>
#{{ props.row.tag }}
</a>