Fix the fix
This commit is contained in:
@@ -17,11 +17,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $page.params.manga}
|
{#if $page.params.manga}
|
||||||
<a
|
<a href={`/${$page.params.manga}/${mokuroData.volume_uuid}`} class="h-full w-full">
|
||||||
data-sveltekit-replacestate
|
|
||||||
href={`/${$page.params.manga}/${mokuroData.volume_uuid}`}
|
|
||||||
class="h-full w-full"
|
|
||||||
>
|
|
||||||
<ListgroupItem>
|
<ListgroupItem>
|
||||||
<div
|
<div
|
||||||
class:text-green-400={isComplete}
|
class:text-green-400={isComplete}
|
||||||
|
|||||||
Reference in New Issue
Block a user