Skip to content

Commit

Permalink
fix eslint error react/no-unknown-property
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasaditya committed Mar 14, 2024
1 parent a7554d6 commit 50b73aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/pages/More/Donate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ class Donate extends Component {
<Wrapper>
<Helmet>
<title>Donate - WeVote</title>
{/* eslint-disable-next-line react/no-unknown-property */}
<script src="https://donorbox.org/widget.js" paypalExpress="true" defer />
</Helmet>
<ContentTitle>
Expand Down

0 comments on commit 50b73aa

Please sign in to comment.