Fixed hydro's pet peeve

This commit is contained in:
Tesseract1234567890 2021-06-07 09:19:08 -04:00
parent 4f7fb1cd62
commit e24c5b3cce

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