diff --git a/com.twin.app.shoptime/src/views/CheckOutPanel/CheckOutPanel.jsx b/com.twin.app.shoptime/src/views/CheckOutPanel/CheckOutPanel.jsx index 1333a9df..9183a952 100644 --- a/com.twin.app.shoptime/src/views/CheckOutPanel/CheckOutPanel.jsx +++ b/com.twin.app.shoptime/src/views/CheckOutPanel/CheckOutPanel.jsx @@ -30,7 +30,7 @@ import { sendLogPaymentEntry, sendLogTotalRecommend, } from '../../actions/logActions'; -import { popPanel } from '../../actions/panelActions'; +import { popPanel, updatePanel } from '../../actions/panelActions'; import TBody from '../../components/TBody/TBody'; import TButton from '../../components/TButton/TButton'; import TButtonScroller from '../../components/TButtonScroller/TButtonScroller';