diff --git a/src/components/Seller/SellerOpenConsult/MainQuestionSection.tsx b/src/components/Seller/SellerOpenConsult/MainQuestionSection.tsx index 69344d5b..e899acfc 100644 --- a/src/components/Seller/SellerOpenConsult/MainQuestionSection.tsx +++ b/src/components/Seller/SellerOpenConsult/MainQuestionSection.tsx @@ -41,7 +41,7 @@ function MainQuestionSection() {
{card?.title} - {card?.isPublic && ( + {!card?.isPublic && ( 비공개 diff --git a/src/pages/Seller/SellerMyPageModifyProfile.tsx b/src/pages/Seller/SellerMyPageModifyProfile.tsx index 848b90a0..adfd42fe 100644 --- a/src/pages/Seller/SellerMyPageModifyProfile.tsx +++ b/src/pages/Seller/SellerMyPageModifyProfile.tsx @@ -16,6 +16,7 @@ import { useInput } from 'hooks/useInput'; import { useEffect, useState } from 'react'; import { useNavigate } from 'react-router-dom'; import { useRecoilState, useRecoilValue } from 'recoil'; + import { LoadingSpinner } from 'utils/LoadingSpinner'; import { isBankModalOpenState,