diff --git a/src/app/favorites/_components/Favorites.tsx b/src/app/favorites/_components/Favorites.tsx index b7b7e83..ffbc5c7 100644 --- a/src/app/favorites/_components/Favorites.tsx +++ b/src/app/favorites/_components/Favorites.tsx @@ -1,28 +1,16 @@ 'use client' import useGetFavorites from '@/api/useGetFavorites' -import LoginButtonSection from '@/components/shared/LoginButtonSection' -import memberStore from '@/store/user' import FavoritesStoreList from './FavoritesStoreList' import RecentStoreList from './RecentStoreList' const Favorites = () => { - const { member } = memberStore() const { data: favorites } = useGetFavorites() return ( -
diff --git a/src/app/globals.css b/src/app/globals.css index a628e56..c3c6865 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -198,6 +198,14 @@ button { --chart-4: 280 65% 60%; --chart-5: 340 75% 55%; } + * { + -webkit-text-decoration: none !important; + text-decoration: none !important; + -webkit-touch-callout: none; + -webkit-user-select: none; + -webkit-text-size-adjust: none; + -webkit-text-fill-color: currentColor; + } } @layer base { * { diff --git a/src/app/pay/_components/OrderInfo.tsx b/src/app/pay/_components/OrderInfo.tsx index 2f92907..68f9943 100644 --- a/src/app/pay/_components/OrderInfo.tsx +++ b/src/app/pay/_components/OrderInfo.tsx @@ -264,9 +264,9 @@ const OrderInfo = () => { // customerMobilePhone: "01012341234", card: { useEscrow: false, - // flowMode: 'DIRECT', - flowMode: 'DEFAULT', - // cardCompany: 'TOSSBANK', + flowMode: 'DIRECT', + // flowMode: 'DEFAULT', + cardCompany: 'TOSSBANK', useCardPoint: false, useAppCardOnly: false, }, @@ -410,13 +410,10 @@ const OrderInfo = () => {
결제 중 오류가 발생했어요.
+ {timer > 0 &&{timer}초 후 자동으로 이동합니다.
} +