Anna Ho пре 1 година
родитељ
комит
20196a8eb8
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js

+ 3
- 1
src/pages/PublicNotice/Details_GLD/ApplicationDetailCard.js Прегледај датотеку

@@ -102,7 +102,9 @@ const ApplicationDetailCard = (
const complatedClick = () => () => {
let issueDate = DateUtils.convertToDate(applicationDetailData.gazetteIssueDetail.issueDate);
let current = new Date();
if(current.getTime() >= issueDate.getTime()){
if(delBugMode){
setStatus("complete")
}else if(current.getTime() >= issueDate.getTime()){
setStatus("complete")
}
};


Loading…
Откажи
Сачувај