Run audit fix

This commit is contained in:
2026-03-11 21:34:29 +00:00
parent 11ec2574f0
commit 06861f4037
2 changed files with 143 additions and 136 deletions

View File

@@ -43,11 +43,6 @@
{/if}
</div>
{#if stationInfo}
<div class="link-indicator" on:click={stationInfo(feature.crs)}>
<IconInfoCircle />
</div>
{/if}
{#if isLinkable}
<div class="link-indicator">
<IconArrowNarrowRight />
@@ -55,6 +50,11 @@
{/if}
</svelte:element>
<!-- {#if stationInfo}
<div class="link-indicator" on:click={stationInfo(feature.crs)}>
<IconInfoCircle />
</div>
{/if} -->
</div>