fix: toggle display filter drawer of financial statements.

This commit is contained in:
a.bouhuolia
2021-02-22 15:38:17 +02:00
parent 1e3b8df702
commit 2750d64fac
49 changed files with 716 additions and 1075 deletions

View File

@@ -51,8 +51,8 @@ function ItemsEntriesTable({
const handleUpdateData = useCallback(
(rowIndex, columnId, value) => {
const newRows = compose(
updateTableRow(rowIndex, columnId, value),
updateItemsEntriesTotal,
updateTableRow(rowIndex, columnId, value),
)(entries);
setRows(newRows);