diff options
Diffstat (limited to 'src/view/screens/Notifications.tsx')
-rw-r--r-- | src/view/screens/Notifications.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Notifications.tsx b/src/view/screens/Notifications.tsx index 5a4d9c223..7c9fac402 100644 --- a/src/view/screens/Notifications.tsx +++ b/src/view/screens/Notifications.tsx @@ -19,7 +19,7 @@ export const Notifications = ({navIdx, visible}: ScreenParams) => { store.me.notifications .update() .catch(e => { - store.log.error('Error while updating notifications feed', e.toString()) + store.log.error('Error while updating notifications feed', e) }) .then(() => { store.me.notifications.updateReadState() |