Transform currency support #14

Merged
bilal.catic merged 5 commits from transform-currency-support into master 2020-09-20 18:03:55 +02:00
Showing only changes of commit 9b020238df - Show all commits

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(null);
const [amountToMove, setAmountToMove] = useState('');
const [moveDescription, setMoveDescription] = useState("");
const [submitInProgress, setSubmitInProgress] = useState(false);