Skip to content

Commit

Permalink
Merge pull request #163 from nspcc-dev/fix/160-error_console_output
Browse files Browse the repository at this point in the history
Error output in console
  • Loading branch information
roman-khimov authored Feb 28, 2024
2 parents 0ba45a8 + d45cfda commit 7a7dee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Profile = ({

useEffect(() => {
if (walletData && walletData.account && !isLoading) {
onNeoBalance();
setTimeout(() => onNeoBalance(), 500);
onNeoFSBalance();
onGetContainers();
setIsLoading(true);
Expand Down

0 comments on commit 7a7dee9

Please sign in to comment.