From 84eca90e02a59346012d7c5de3f26d8dba908bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Tue, 8 Nov 2022 11:28:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EC=9D=B4=EB=A0=A5=ED=98=84?= =?UTF-8?q?=ED=99=A9=20=EA=B7=B8=EB=A3=B9=EC=84=A0=ED=83=9D=20=EC=B4=88?= =?UTF-8?q?=EA=B8=B0=ED=99=94=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/containers/analysis/history/AnalysisHistoryContainer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/containers/analysis/history/AnalysisHistoryContainer.js b/src/containers/analysis/history/AnalysisHistoryContainer.js index dfeda6f..0b197e0 100644 --- a/src/containers/analysis/history/AnalysisHistoryContainer.js +++ b/src/containers/analysis/history/AnalysisHistoryContainer.js @@ -87,9 +87,9 @@ export const AnalysisHistoryContainer = props => { }); }, [searchData.groupId]); - useEffect(() => { - handlerGroupCancel(); - }, []); + // useEffect(() => { + // handlerGroupCancel(); + // }, []); const onKeyPress = e => { if (e.key == 'Enter') {