Merge pull request #1002 from Tesseract1234567890/hydroPetPeeveFix

Hydro's Pet Peeve Fix
This commit is contained in:
hydroflame 2021-06-07 19:43:16 -04:00 committed by GitHub
commit b946886295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,6 +31,7 @@ type IState = {
const inputStyleMarkup = {
margin: "5px",
height: "26px"
}
export class DonateOption extends React.Component<IProps, IState> {