Skip to content

Commit

Permalink
fix map buggy load
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Apr 12, 2024
1 parent c59936b commit dcf4e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/blocks/map/map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
{/if}
{/if} -->
</Geolocation>
{#if $mrp_context.nostr.monitors.isComplete}
<div class="mrp-block relative pt-0">
<h3 class="py-5 absolute top w-full mb-2 text-gray-600 scroll-m-20 text-xl font-extrabold tracking-tight block">
<span on:click="{() => (getPosition = true)}" class="opacity-50 cursor-pointer hover:opacity-65 inline-block absolute top-3 right-5">
Expand All @@ -183,5 +184,6 @@
/>
</VisSingleContainer>
</div>
{/if}
<style>
</style>

0 comments on commit dcf4e8d

Please sign in to comment.