Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
solidovic committed Aug 21, 2024
1 parent f626228 commit 247de1e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ export const RewardsListsUnsupportedChain: FC = () => {
<>
<Divider indents="lg" />
<RewardsListEmptyWrapper>
<p>Please switch to {supportedChainsNames} in your wallet.</p>
<p>
Please switch to {supportedChainsNames} in your wallet to see the
stats.
</p>
</RewardsListEmptyWrapper>
</>
);
Expand Down

0 comments on commit 247de1e

Please sign in to comment.