X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/fcbbc49687afeeecdc9388b367b1d7f2d0c76214..852ee620f0a2f6a83cf83eba860ca951b66bb7e2:/src/routes/g/%5Bid%5D.svelte diff --git a/src/routes/g/[id].svelte b/src/routes/g/[id].svelte index d6a83cd..2033f14 100644 --- a/src/routes/g/[id].svelte +++ b/src/routes/g/[id].svelte @@ -1,33 +1,30 @@ - - {id}, {$_('tag.title')} -{#if $store.loading} +{#if $tagResponse.loading} {/if} -{#if $store.error} +{#if $tagResponse.error} {/if} -{#if tag} - +{#if $tagResponse.data} + {/if}