remove attachment of to URLs on list-view and routes

This commit is contained in:
2025-10-01 11:57:40 +02:00
parent 45bcce0fb2
commit 4c4be8ba42
2 changed files with 3 additions and 9 deletions

View File

@@ -50,7 +50,7 @@
{#each vorgangList as vorgangItem}
<li data-testid="test-list-item">
<a
href="{ROUTE_NAMES.VORGANG(vorgangItem.vorgangToken, vorgangItem.vorgangPIN)}"
href="{ROUTE_NAMES.VORGANG(vorgangItem.vorgangToken)}"
class="flex justify-between gap-x-6 py-5"
>
<div class="flex gap-x-4">