Browse Source

비행이력 selector 콘솔에러

pull/2/head
sanguu 2 years ago
parent
commit
7b49dda605
  1. 2
      src/containers/analysis/history/AnalysisHistoryDetailContainer.js

2
src/containers/analysis/history/AnalysisHistoryDetailContainer.js

@ -53,7 +53,7 @@ export const AnalysisHistoryDetailContainer = () => {
{
name: '시간',
selector: 'cntrlStDate',
selector: row => row.cntrlStDate,
cell: row => {
return <div>{moment(row?.srvrRcvDt).format('DD일 HH:mm:ss')}</div>;
}

Loading…
Cancel
Save