style: run eslint and prettier
Some checks failed
TrafficCue CI / check (push) Failing after 33s
TrafficCue CI / build (push) Failing after 34s

This commit is contained in:
Cfp
2025-08-14 16:19:34 +02:00
parent 8abf745135
commit 12aa42d98c
13 changed files with 320 additions and 293 deletions

View File

@ -256,7 +256,9 @@
<!-- any payment:* tag -->
{#if Object.keys(tags).some((key) => key.startsWith("payment:"))}
<h3 class="text-lg font-bold mt-2">{m["sidebar.info.payment-methods"]()}</h3>
<h3 class="text-lg font-bold mt-2">
{m["sidebar.info.payment-methods"]()}
</h3>
<ul style="display: flex; flex-wrap: wrap; gap: 0.5rem;">
{#each Object.entries(tags).filter( ([key]) => key.startsWith("payment:"), ) as [key, value] (key)}
<Badge