Fix / takse expense & Journal

This commit is contained in:
elforjani3
2020-07-05 21:30:51 +02:00
parent 679789345c
commit 7ea417d8c0
11 changed files with 176 additions and 73 deletions

View File

@@ -46,7 +46,7 @@ function MakeJournalEntriesPage({
);
const handleCancel = useCallback(() => {
history.push('/manual-journals');
history.goBack();
}, [history]);
return (