diff --git a/src/lib/components/lnv/info/InternetAccess.svelte b/src/lib/components/lnv/info/InternetAccess.svelte index 01d31c1..01076fa 100644 --- a/src/lib/components/lnv/info/InternetAccess.svelte +++ b/src/lib/components/lnv/info/InternetAccess.svelte @@ -18,4 +18,4 @@ {#if tags["internet_access:ssid"]} {tags["internet_access:ssid"]} {/if} -{/if} \ No newline at end of file +{/if} diff --git a/src/lib/components/lnv/info/RestaurantInfo.svelte b/src/lib/components/lnv/info/RestaurantInfo.svelte index 1ea4ddc..c34d9e5 100644 --- a/src/lib/components/lnv/info/RestaurantInfo.svelte +++ b/src/lib/components/lnv/info/RestaurantInfo.svelte @@ -3,15 +3,21 @@ let { tags } = $props(); - const TAGS = ["cuisine", "indoor_seating", "outdoor_seating", "takeaway", "drive_through"]; + const TAGS = [ + "cuisine", + "indoor_seating", + "outdoor_seating", + "takeaway", + "drive_through", + ]; - const matchingTags = TAGS.filter(tag => tag in tags); + const matchingTags = TAGS.filter((tag) => tag in tags); {#if matchingTags.length > 0}

Restaurant

-{/if} \ No newline at end of file +{/if} diff --git a/src/lib/components/lnv/sidebar/InfoSidebar.svelte b/src/lib/components/lnv/sidebar/InfoSidebar.svelte index 9c00e58..30c1de9 100644 --- a/src/lib/components/lnv/sidebar/InfoSidebar.svelte +++ b/src/lib/components/lnv/sidebar/InfoSidebar.svelte @@ -215,9 +215,10 @@ {/if} @@ -257,7 +258,11 @@

Payment Methods

{/if}