From f2ec82762e9bc107f29952709555bc3d893def49 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 21 Aug 2021 10:17:52 +0200 Subject: [PATCH] Fixed link to details --- src/routes/visits.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/visits.svelte b/src/routes/visits.svelte index e20ef71..1fda162 100644 --- a/src/routes/visits.svelte +++ b/src/routes/visits.svelte @@ -52,7 +52,7 @@ class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900 dark:text-gray-200" > {#if visit.provider == "native"} - {visit.shortcode} + {visit.shortcode} {:else} {visit.shortcode} {/if}