Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriem-BM committed Sep 16, 2024
1 parent 0dc52e5 commit 6351908
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,4 +1709,4 @@
"label.devouch.if_you_are_eligible": "If you are an eligible Giveth Verifier you can vouch for this project's legitimacy, potentially increasing the benefits it receives on Giveth.",
"label.devouch.learn_more_about_devouch": "Learn more about DeVouch & Decentralized Verification",
"label.devouch.attest_on_devouch": "Attest on Devouch"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@ const DonateQFEligibleNetworks: FC<TDonateQFEligibleNetworksProps> = ({
{formatMessage({
id: 'label.stellar_is_not_eligible_for_matching',
})}
<StyledCaption onClick={() => goBackToNetworkSelection()} style={{ marginTop: '4px' }}>
{formatMessage({ id: 'label.go_back_and_check_network' })}
<StyledCaption
onClick={() => goBackToNetworkSelection()}
style={{ marginTop: '4px' }}
>
{formatMessage({
id: 'label.go_back_and_check_network',
})}
</StyledCaption>
</MakeDonationDescription>
)}
Expand Down

0 comments on commit 6351908

Please sign in to comment.