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