simplify move money page
This commit is contained in:
@@ -52,12 +52,6 @@ const MoveMoney = (props) => {
|
||||
|
||||
const notSayingOption = <option value="">NOT SAYIN'</option>
|
||||
|
||||
const clearForm = () => {
|
||||
setAmountToMove("");
|
||||
setSecondaryHomie("");
|
||||
setMoveDescription("");
|
||||
}
|
||||
|
||||
const handleSubmit = async (e) => {
|
||||
e.preventDefault();
|
||||
setSubmitInProgress(true);
|
||||
|
||||
Reference in New Issue
Block a user