fix: show Select button only on own profile feed, not community feed
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user