summaryrefslogtreecommitdiffstats
path: root/webapp/utils/async_client.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/async_client.jsx')
-rw-r--r--webapp/utils/async_client.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/webapp/utils/async_client.jsx b/webapp/utils/async_client.jsx
index 0dede3bc9..57888f722 100644
--- a/webapp/utils/async_client.jsx
+++ b/webapp/utils/async_client.jsx
@@ -131,7 +131,6 @@ export function updateLastViewedAt(id) {
() => {
callTracker.updateLastViewed = 0;
ErrorStore.clearLastError();
- ErrorStore.emitChange();
},
(err) => {
callTracker.updateLastViewed = 0;