From f515687a4ec2454e356e74a6366c4536d04c9c14 Mon Sep 17 00:00:00 2001 From: sanguu Date: Tue, 20 Sep 2022 13:33:07 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5(=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/analysis/history/AnalysisHistoryContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => { ) : (
- 나의 그룹 목록에서 상세보기를 클릭하세요.
)}