fix links to extensions in payments tags.
This commit is contained in:
parent
9ba5342f3c
commit
b9db504f34
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue