diff options
Diffstat (limited to 'src/view/com/modals/EditProfile.tsx')
-rw-r--r-- | src/view/com/modals/EditProfile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/modals/EditProfile.tsx b/src/view/com/modals/EditProfile.tsx index dd8ac9ae7..097b7b0d1 100644 --- a/src/view/com/modals/EditProfile.tsx +++ b/src/view/com/modals/EditProfile.tsx @@ -129,7 +129,7 @@ export function Component({ onUpdate?.() closeModal() } catch (e: any) { - logger.error('Failed to update user profile', {error: String(e)}) + logger.error('Failed to update user profile', {message: String(e)}) } }, [ track, |