Commit beee0e18 authored by r.kurnia's avatar r.kurnia

Merge branch 'master' of http://103.44.149.204/d.arizona/tia-dev into rifka

parents 2e98f30e 08b8a01f
......@@ -2165,12 +2165,13 @@ export default class MonthlyReport extends Component {
}}
onClick={() =>
this.state.periode.periode <= 2020?
null :
this.clickDetail(tableMeta.rowData[1], tableMeta.rowData[4], tableMeta.rowData[2], tableMeta.rowData[3])
:
// {
// tableMeta.rowData[5] ?
(tableMeta.rowData[5] ?
this.clickDetail(tableMeta.rowData[1], tableMeta.rowData[4], tableMeta.rowData[2], tableMeta.rowData[3])
// : null
: null)
// console.log(tableMeta.rowData)
// }
......
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