diff --git a/src/components/CustomPages/SK/SK014ShowPrint.js b/src/components/CustomPages/SK/SK014ShowPrint.js index e5a4239..fa3a205 100644 --- a/src/components/CustomPages/SK/SK014ShowPrint.js +++ b/src/components/CustomPages/SK/SK014ShowPrint.js @@ -232,8 +232,13 @@ class SK014ShowPrint extends React.Component { { data.Nav_ReportDetails?.map((item, i) => { if (item && item.ISCHECK) { - showUserSign(item.Nav_RecitifyUser, config.picServerHost) + return {item.Nav_RecitifyUser?.NAME} + + }else + { + return } + }) }