feat: money out.

This commit is contained in:
elforjani13
2021-10-23 20:04:59 +02:00
parent 1fa03822f1
commit 75acab3348
24 changed files with 227 additions and 498 deletions

View File

@@ -29,7 +29,7 @@ import {
handleDateChange,
} from 'utils';
import { CLASSES } from 'common/classes';
import { useMoneyOutDialogContext } from '../MoneyOutProvider';
import { useMoneyOutDialogContext } from '../MoneyOutDialogProvider';
/**
* Other expense form fields.
@@ -41,7 +41,7 @@ function OtherExpnseFormFields() {
const amountFieldRef = useAutofocus();
return (
<div className={Classes.DIALOG_BODY}>
<React.Fragment>
<Row>
<Col xs={5}>
{/*------------ Date -----------*/}
@@ -188,7 +188,7 @@ function OtherExpnseFormFields() {
</FormGroup>
)}
</FastField>
</div>
</React.Fragment>
);
}