Fix other error logs while I'm at it
This commit is contained in:
parent
df0dcf32f9
commit
7e29ebbadb
40 changed files with 104 additions and 86 deletions
|
@ -112,7 +112,7 @@ export const SettingsScreen = withAuthRequired(
|
|||
err => {
|
||||
store.log.error(
|
||||
'Failed to reload from server after handle update',
|
||||
{err},
|
||||
{error: err},
|
||||
)
|
||||
setIsSwitching(false)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue