fix: eslint errors

This commit is contained in:
2023-02-10 17:28:54 +01:00
parent 6624bfefb0
commit 0c829c88c5
86 changed files with 171 additions and 169 deletions

View File

@@ -15,7 +15,7 @@
},
500: {
title: 'Server error',
message: "That is embarassing, the problem is on our side.",
message: 'That is embarassing, the problem is on our side.',
},
}
</script>
@@ -40,4 +40,4 @@
<PostersGrid {posters} />
</main>
</PageTransition>
</PageTransition>

View File

@@ -53,7 +53,7 @@ export const load = (async () => {
}
}`)
const { data: { shop, location, posters, settings }} = res
const { data: { shop, location, posters, settings } } = res
/**

View File

@@ -47,4 +47,4 @@
{/each}
</div>
<slot />
<slot />

View File

@@ -37,4 +37,4 @@
<PostersGrid {posters} />
</main>
</PageTransition>
</PageTransition>

View File

@@ -36,4 +36,4 @@
<PostersGrid {posters} />
</main>
</PageTransition>
</PageTransition>