diff --git a/com.twin.app.shoptime/src/views/MainView/MainView.jsx b/com.twin.app.shoptime/src/views/MainView/MainView.jsx index 5675aa30..02d8cbc9 100644 --- a/com.twin.app.shoptime/src/views/MainView/MainView.jsx +++ b/com.twin.app.shoptime/src/views/MainView/MainView.jsx @@ -41,7 +41,13 @@ import { getMyUpcomingAlertShow, setMyTermsWithdraw, } from "../../actions/myPageActions"; -import { popPanel, pushPanel, resetPanels } from "../../actions/panelActions"; +import { + popPanel, + pushPanel, + resetPanels, + updatePanel, +} from "../../actions/panelActions"; +import { updateHomeInfo } from "../../actions/homeActions"; import EndOfServicePopUp from "../../components/EndOfServicePopUp/EndOfServicePopUp"; import Loader from "../../components/Loader/Loader"; import { convertUtcToLocal } from "../../components/MediaPlayer/util"; diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less index 899ec33a..45563417 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/Support/ContactContents/ContactContents.module.less @@ -58,7 +58,7 @@ background: @COLOR_WHITE; .font(@fontFamily: @arialFont,@fontSize:28px); color: @COLOR_GRAY06; - display: grid; + display: flex; align-items: center; border-radius: 0 8px 8px 0;