diff options
Diffstat (limited to 'src/view/screens/ProfileList.tsx')
-rw-r--r-- | src/view/screens/ProfileList.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/view/screens/ProfileList.tsx b/src/view/screens/ProfileList.tsx index b5a650643..a8c55250f 100644 --- a/src/view/screens/ProfileList.tsx +++ b/src/view/screens/ProfileList.tsx @@ -143,8 +143,7 @@ function ProfileListScreenLoaded({ (index: number) => { if (index === 0) { feedSectionRef.current?.scrollToTop() - } - if (index === 1) { + } else if (index === 1) { aboutSectionRef.current?.scrollToTop() } }, |