about summary refs log tree commit diff
path: root/src/state
diff options
context:
space:
mode:
Diffstat (limited to 'src/state')
-rw-r--r--src/state/models/profile-ui.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/state/models/profile-ui.ts b/src/state/models/profile-ui.ts
index 55fb25061..89723361a 100644
--- a/src/state/models/profile-ui.ts
+++ b/src/state/models/profile-ui.ts
@@ -98,8 +98,6 @@ export class ProfileUiModel {
     const view = this.currentView
     if (view instanceof FeedModel) {
       await view.update()
-    } else {
-      await view.refresh()
     }
   }