simplify move money page #28

Merged
bilal.catic merged 2 commits from redesign-money-move-v2 into master 2020-10-08 15:29:01 +02:00
Showing only changes of commit 762dc34190 - Show all commits

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