fix: show Select button only on own profile feed, not community feed

This commit is contained in:
Davide Scaini
2026-06-03 11:11:47 +02:00
parent 7cec9541e2
commit 4641ca9b72
+1 -1
View File
@@ -361,7 +361,7 @@
on:click={() => viewMode = 'map'}
>Map</button>
</div>
{#if me}
{#if isOwner}
<button
class="px-3 py-2 rounded-lg border text-sm transition-colors shrink-0"
class:border-zinc-700={!selectMode}