From cc4c5e19481050e84a955a605817d9bf9870bb4b Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 14 Jun 2022 18:31:01 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20css=20=EC=A0=81=EC=9A=A9=20=EC=A7=84?= =?UTF-8?q?=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index b49e885..eaebfff 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,6 @@ NODE_PATH=src REACT_APP_MODE=production REACT_APP_VERSION = v0.0.1 -#REACT_APP_API_URL=http://211.119.124.9:8090 -REACT_APP_API_URL=http://localhost:8090 +REACT_APP_API_URL=http://211.119.124.9:8090 +#REACT_APP_API_URL=http://localhost:8090 REACT_APP_SERVER_TIMEOUT=6000 \ No newline at end of file From fb8029a4bbdbad5e73b06656819bbd3eda00ccd8 Mon Sep 17 00:00:00 2001 From: minuk926 Date: Tue, 14 Jun 2022 18:33:51 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20css=20=EC=A0=81=EC=9A=A9=20=EC=A7=84?= =?UTF-8?q?=ED=96=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/admin/judge/ModalJudgeResult.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/biz/admin/judge/ModalJudgeResult.jsx b/src/views/biz/admin/judge/ModalJudgeResult.jsx index 58ea4ad..1e629c3 100644 --- a/src/views/biz/admin/judge/ModalJudgeResult.jsx +++ b/src/views/biz/admin/judge/ModalJudgeResult.jsx @@ -17,7 +17,6 @@ import { findJudgeResults } from 'apis/judge'; import _ from 'lodash'; import { useAlert } from 'react-alert'; import JudgeModal from './JudgeModal'; -import PerfectScrollbar from 'react-perfect-scrollbar'; const StyledTableCell = styled(TableCell)(({ theme }) => ({ [`&.${tableCellClasses.head}`]: { @@ -184,7 +183,6 @@ const ModalJudgeResult = ({ totJudgeUsers, totJudgeUserData, judgeCars, judgeUse - {/* */} @@ -270,7 +268,6 @@ const ModalJudgeResult = ({ totJudgeUsers, totJudgeUserData, judgeCars, judgeUse {/* {judgeResult && `총 ${selectedRow.cnt} 건중 ${judgeResult.judgeCars.length} 건`} */}
- {/*
*/}