diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index 1ea4931..c55aa4a 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -247,6 +247,7 @@ export const AnalysisHistoryContainer = props => { stDate: moment(val[0]).format('YYYY-MM-DD'), endDate: moment(val[1]).format('YYYY-MM-DD'), }); + } } }; @@ -298,7 +299,6 @@ export const AnalysisHistoryContainer = props => { ) : (
- 나의 그룹 목록에서 상세보기를 클릭하세요.
)}