Remove unused code
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
{#if popinOpen}
|
||||
<div class="globe__popin" transition:fly={{ y: 16, duration: 500, easing: quartOut }}>
|
||||
<ul>
|
||||
{#each clusterLocations as { name, slug, country }, index}
|
||||
{#each clusterLocations as { name, slug, country }}
|
||||
<li>
|
||||
<a href="/{country.slug}/{slug}" sveltekit:noscroll tabindex="0">
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user