Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Apr 12, 2024
1 parent f8a2c6d commit 769065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/InitialSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ function InitialSettingsPage({session, userWallet, bankAccountList, fundList, wa
return;
}
scrollViewRef.current.scrollTo({y: scrollOffset, animated: false});
}, []);
}, [getScrollOffset, route]);

return (
<ScreenWrapper
Expand Down

0 comments on commit 769065d

Please sign in to comment.