feat: money in .

This commit is contained in:
elforjani13
2021-10-23 20:03:31 +02:00
parent c7013caf12
commit 1fa03822f1
25 changed files with 242 additions and 350 deletions

View File

@@ -39,7 +39,7 @@ function OwnerContributionFormFields() {
const amountFieldRef = useAutofocus();
return (
<div className={Classes.DIALOG_BODY}>
<React.Fragment>
<Row>
<Col xs={5}>
{/*------------ Date -----------*/}
@@ -183,7 +183,7 @@ function OwnerContributionFormFields() {
</FormGroup>
)}
</FastField>
</div>
</React.Fragment>
);
}