feat(accoutant) : accountant preference.

This commit is contained in:
elforjani3
2021-03-22 17:21:33 +02:00
parent b492224a83
commit 09c295f62c
6 changed files with 213 additions and 46 deletions

View File

@@ -616,4 +616,7 @@ export const updateTableRow = (rowIndex, columnId, value) => (old) => {
}
return row;
});
};
};
export const transformGeneralSettings = (data) => {
return _.mapKeys(data, (value, key) => _.snakeCase(key));
};