Skip to content

Commit

Permalink
OCT-1754: Update UQ score in BE on initial load of settings view (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek authored Jul 8, 2024
2 parents a4c6359 + 1319768 commit f8c93f7
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,6 @@ const SettingsUniquenessScoreBox = (): ReactNode => {
refreshAntisybilStatus(secondary);
})
.catch(() => {
if (
primaryAddressScore !== null &&
primaryAddressScore !== undefined &&
delegationPrimaryAddress === address
) {
setShowScoreSkeleton(false);
return;
}
refreshAntisybilStatus(address!);
});
};
Expand Down

0 comments on commit f8c93f7

Please sign in to comment.