Commit 1964db66 authored by qorri_di's avatar qorri_di

Merge branch 'ENV-DEV' into 'ENV-STAGING'

Env dev

See merge request !2130
parents 7307d98d 9b7b59ad
...@@ -951,7 +951,7 @@ export default class MonthlyReport extends Component { ...@@ -951,7 +951,7 @@ export default class MonthlyReport extends Component {
visibleOI: false, visibleOI: false,
visibleCF: false, visibleCF: false,
}) })
} else if (item === 'List of Credit Facilities') { } else if (item === 'List Of Credit Facilities and Investment') {
this.setState({ this.setState({
visibleMonthlyReport: false, visibleMonthlyReport: false,
visibleBS: false, visibleBS: false,
...@@ -2566,7 +2566,6 @@ export default class MonthlyReport extends Component { ...@@ -2566,7 +2566,6 @@ export default class MonthlyReport extends Component {
name: "Action", name: "Action",
options: { options: {
customBodyRender: (val, tableMeta) => { customBodyRender: (val, tableMeta) => {
// console.log(tableMeta);
return ( return (
<div style={{ display: 'flex' }}> <div style={{ display: 'flex' }}>
<button <button
......
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