[251105] fix: CheckOutPanel Return

🕐 커밋 시간: 2025. 11. 05. 09:01:18

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +1줄
  • 삭제: -1줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/views/CheckOutPanel/CheckOutPanel.jsx

🔧 주요 변경 내용:
  • 코드 정리 및 최적화
This commit is contained in:
2025-11-05 09:01:18 +09:00
parent 64b934d247
commit 677c76a17a

View File

@@ -30,7 +30,7 @@ import {
sendLogPaymentEntry, sendLogPaymentEntry,
sendLogTotalRecommend, sendLogTotalRecommend,
} from '../../actions/logActions'; } from '../../actions/logActions';
import { popPanel } from '../../actions/panelActions'; import { popPanel, updatePanel } from '../../actions/panelActions';
import TBody from '../../components/TBody/TBody'; import TBody from '../../components/TBody/TBody';
import TButton from '../../components/TButton/TButton'; import TButton from '../../components/TButton/TButton';
import TButtonScroller from '../../components/TButtonScroller/TButtonScroller'; import TButtonScroller from '../../components/TButtonScroller/TButtonScroller';