Commit 9dd6074b authored by Hardiansyah's avatar Hardiansyah

fix pic

parent 0755f34a
......@@ -2612,6 +2612,8 @@ export default class MonthlyReport extends Component {
lastStatusCat,
submitter,
submitterCAT,
pic,
picCAT,
listAttachment,
listAttachmentCAT
} = this.state;
......@@ -2619,8 +2621,8 @@ export default class MonthlyReport extends Component {
const key = tableKeyParam ?? tableKey;
return key === 2
? { btnApprove: btnApproveCAT, lastStatus: lastStatusCat, submitter: submitterCAT, listAttachment: listAttachmentCAT }
: { btnApprove, lastStatus, submitter, listAttachment };
? { btnApprove: btnApproveCAT, lastStatus: lastStatusCat, submitter: submitterCAT, pic: picCAT, listAttachment: listAttachmentCAT }
: { btnApprove, lastStatus, submitter, pic, listAttachment };
};
renderFilter = () => {
......
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