Commit 3b1e01cf authored by Riri Novita's avatar Riri Novita

Merge branch 'dev/riri' into 'ENV-DEV'

clear code

See merge request !1738
parents 26d4d3ca 96bcb961
......@@ -416,9 +416,6 @@ export default class CashFlow extends Component {
baru.map((item, index) => {
if (item == '-' || item == '+' || item == '/' || item == '*' || item == '(' || item == ')') {
anjay.push(item)
if (tableMeta.rowData[5] == "Control (should be nil)") {
console.log(anjay);
}
} else {
if (String(item).includes('#')) {
if (String(item).includes('[M-1]')) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment