Revert "Merge branch 'transform-currency-support' into 'master'"

This reverts merge request !14
This commit is contained in:
Bilal Catic
2020-10-06 06:26:23 +00:00
parent cec435f052
commit fcce2b678f
18 changed files with 52 additions and 286 deletions

View File

@@ -9,7 +9,7 @@ const MakeMoneyMove = (props) => {
const [selectedFrom, setSelectedFrom] = useState("");
const [selectedTo, setSelectedTo] = useState("");
const [homiesCash, setHomiesCash] = useState([]);
const [amountToMove, setAmountToMove] = useState('');
const [amountToMove, setAmountToMove] = useState(null);
const [moveDescription, setMoveDescription] = useState("");
const [submitInProgress, setSubmitInProgress] = useState(false);