mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
remove unnecessary comment
This commit is contained in:
@ -332,10 +332,6 @@ export default {
|
|||||||
|
|
||||||
let languageRes = await this.updateUserSettings(languageData)
|
let languageRes = await this.updateUserSettings(languageData)
|
||||||
|
|
||||||
// if(languageRes) {
|
|
||||||
// window.i18n.locale = this.language.code
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (response.data.success) {
|
if (response.data.success) {
|
||||||
this.isLoading = false
|
this.isLoading = false
|
||||||
|
|
||||||
@ -349,6 +345,7 @@ export default {
|
|||||||
data: this.previewAvatar,
|
data: this.previewAvatar,
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
this.uploadAvatar(avatarData)
|
this.uploadAvatar(avatarData)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user