diff --git a/src/routes/fishing/index.svelte b/src/routes/fishing/index.svelte
index 723a4e4d..269979de 100644
--- a/src/routes/fishing/index.svelte
+++ b/src/routes/fishing/index.svelte
@@ -46,9 +46,9 @@
{$t('fishing.title')}
{#each Object.entries(spots) as [id, location]}
{$t(`fishing.${id}`)}
-
+
{#each location as spot}
-
+
-
+
{#each spot.fish as fish}
-
+
-
{fishList[fish].name}
+
{fishList[fish].name}