Skip to content

Commit

Permalink
chore: fix small loading issue on overview
Browse files Browse the repository at this point in the history
  • Loading branch information
shibatales committed Jan 9, 2024
1 parent 358f051 commit ac48bed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ const Overview = () => {
<span>{isLoading || !isDataLoaded ? <LoadingSpinner /> : null}</span>
</h2>
</div>
{selectedAccount &&
currentStakingEra &&
unclaimedEras ? (
{selectedAccount ? (
<div>
<MetricDashboard
isOverview={true}
Expand Down

0 comments on commit ac48bed

Please sign in to comment.