diff --git a/src/lib/components/ProfilePicture.svelte b/src/lib/components/ProfilePicture.svelte index bd01f0b..3c8b3c5 100644 --- a/src/lib/components/ProfilePicture.svelte +++ b/src/lib/components/ProfilePicture.svelte @@ -1,25 +1,25 @@ -{#if account} - {#key account.id_key} - +{#if identity} + {#key identity.id_key} + {/key} - {account.profile.signee.payload.name} + {identity.profile.signee.payload.name} {:else} - Account Unavailable + Identity Unavailable {/if}