forked from coracle/flotilla
Show all members button on chat
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
import Profile from "@app/components/Profile.svelte"
|
||||
|
||||
export let pubkeys
|
||||
</script>
|
||||
|
||||
<div class="row-2">
|
||||
{#each pubkeys as pubkey (pubkey)}
|
||||
<Profile {pubkey} />
|
||||
{/each}
|
||||
</div>
|
||||
Reference in New Issue
Block a user