Skip to content

Commit

Permalink
changed timeout to 5 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
nattadex committed Apr 2, 2024
1 parent ab14503 commit 5defcd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function PortfolioScreen({ navigation }: Props): JSX.Element {
],
});
}
}, 1000);
}, 5000);
}, [hasAnalyticsModalBeenShown]);

const fetchPortfolioData = (): void => {
Expand Down

0 comments on commit 5defcd7

Please sign in to comment.