Improve profile search

This commit is contained in:
Jon Staab
2024-09-24 16:30:32 -07:00
parent 605273d7c7
commit cb702976ee
13 changed files with 50 additions and 36 deletions
+2 -4
View File
@@ -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} />