diff options
| -rw-r--r-- | lib/rfq-last/vendor-response/editor/rfq-info-header.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx index 1078b20e..fe8c5508 100644 --- a/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx +++ b/lib/rfq-last/vendor-response/editor/rfq-info-header.tsx @@ -201,7 +201,7 @@ export default function RfqInfoHeader({ rfq, rfqDetail, vendor }: RfqInfoHeaderP <Calendar className="h-4 w-4" /> <span>계약일</span> </div> - <p className="font-medium">{rfq.project && rfq.project.CNRT_DT ? formatDate(new Date(rfq.project.CNRT_DT)) : '-'}</p> + <p className="font-medium">{rfq.project && rfq.project.CNRT_DT ? rfq.project.CNRT_DT : '-'}</p> </div> )} </div> |
