about summary refs log tree commit diff
path: root/src/view/screens/ProfileFollowers.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/ProfileFollowers.tsx')
-rw-r--r--src/view/screens/ProfileFollowers.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/ProfileFollowers.tsx b/src/view/screens/ProfileFollowers.tsx
index 49b3e2e05..f7520549e 100644
--- a/src/view/screens/ProfileFollowers.tsx
+++ b/src/view/screens/ProfileFollowers.tsx
@@ -14,7 +14,7 @@ export const ProfileFollowers = ({navIdx, visible, params}: ScreenParams) => {
       store.nav.setTitle(navIdx, `Followers of ${name}`)
       store.shell.setMinimalShellMode(false)
     }
-  }, [store, visible, name])
+  }, [store, visible, name, navIdx])
 
   return (
     <View>