Commit 9ead75a6 authored by Riri Novita's avatar Riri Novita

issue

parent 7ca31dff
......@@ -1174,7 +1174,7 @@ export default class BalanceSheet extends Component {
tableMeta.rowData[0] === 1 ?
null
:
tableMeta.rowData[0] === 7 ?
tableMeta.rowData[0] === 7 ?
(fixNumber(Number(handleValidation(value, tableMeta)), 1) >= Number(this.state.minValue) && fixNumber(Number(handleValidation(value, tableMeta)), 1) <= Number(this.state.maxValue)) ?
<NumberFormat
thousandSeparator={true}
......
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