forked from coracle/flotilla
Improve profile search
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
<script lang="ts">
|
||||
import {deriveProfileDisplay} from "@welshman/app"
|
||||
import Profile from '@app/components/Profile.svelte'
|
||||
|
||||
export let value
|
||||
|
||||
const display = deriveProfileDisplay(value)
|
||||
</script>
|
||||
|
||||
@{$display}
|
||||
<Profile pubkey={value} />
|
||||
|
||||
Reference in New Issue
Block a user