Skip to content

Commit db25852

Browse files
fix(request-ui): guard avatar user prop for nullable signer email
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 30df597 commit db25852

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Request/SignDetail/partials/SignerRow.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<template #icon>
1212
<NcAvatar is-no-user
1313
:size="44"
14-
:user="signer.email"
14+
:user="signer.email ?? undefined"
1515
:display-name="displayName" />
1616
</template>
1717
<template #subname>

0 commit comments

Comments
 (0)