simplify move money page

This commit is contained in:
Bilal
2020-10-08 16:23:29 +03:00
parent ff6453e857
commit 762dc34190

View File

@@ -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);