Fix more stuff, particularly event handlers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import {deriveProfile} from "@welshman/app"
|
||||
import Avatar from "@lib/components/Avatar.svelte"
|
||||
|
||||
let {...props} = $props()
|
||||
const {...props} = $props()
|
||||
|
||||
const profile = deriveProfile(props.pubkey)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user