1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Done profile editing

This commit is contained in:
Zhiyuan Zheng
2021-05-17 23:09:50 +02:00
parent 5bb77d0114
commit fd1a6b3415
10 changed files with 273 additions and 141 deletions

View File

@ -77,12 +77,13 @@ const TabMeProfileNote: React.FC<StackScreenProps<
type: 'success'
})
})
.catch(() => {
.catch(err => {
displayMessage({
ref: messageRef,
message: t('me.profile.feedback.failed', {
type: t('me.profile.root.note.title')
}),
...(err && { description: err }),
mode,
type: 'error'
})