Commit 69b32ade authored by Riri Novita's avatar Riri Novita

clear code

parent c58c9058
......@@ -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