Migrate more stuff

This commit is contained in:
Jon Staab
2025-02-03 16:37:14 -08:00
parent 0f705c459a
commit 8d3433b167
150 changed files with 2001 additions and 1205 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
import {deriveProfile} from "@welshman/app"
import Avatar from "@lib/components/Avatar.svelte"
export let pubkey
let {...props} = $props()
const profile = deriveProfile(pubkey)
const profile = deriveProfile(props.pubkey)
</script>
<Avatar src={$profile?.picture} icon="user-circle" {...$$props} />
<Avatar src={$profile?.picture} icon="user-circle" {...props} />