-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: 체험 등록 form 구현 #29
The head ref may contain hidden characters: "feature-\uD669\uC740\uC9C0"
Conversation
@@ -89,7 +92,7 @@ function KategorieDropdown() { | |||
)} | |||
</div> | |||
{isOpen ? ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 이렇게 조건 넣는 게 좋을 거 같아요!!
{isOpen && (
<ul className="w-[800px] h-[260px] rounded-md bg-white absolute animate-slideDown bottom-[-266px] flex flex-col items-center justify-center shadow-kategorieDropdown t:w-full m:w-full">
{Object.values(Kategories).map((category) => (
<Kategorie key={category} name={category} setIsOpen={setIsOpen} />
))}
</ul>
)}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
const Kategories: { [key: string]: string } = {
'문화 예술': '문화 예술',
'식음료': '식음료',
'스포츠': '스포츠',
'투어': '투어',
'관광': '관광',
'웰빙': '웰빙',
};
혹시 이렇게 바꿔보시는건 어떨까요?.. ㅜㅜ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다..
카테고리 쪽은 더 봐야겠네요
🔎 작업 내용
📢 전달사항