[DetailPanel] PopUp Close시 쿠폰 정보가 없어지는 현상 수정

This commit is contained in:
고동영
2024-05-22 10:43:01 +09:00
parent 9f091bb5b6
commit 8687da05a3
4 changed files with 19 additions and 22 deletions

View File

@@ -56,6 +56,7 @@ export const ACTIVE_POPUP = {
reminderPopup: "reminderPopup",
termsPopup: "termsPopup",
timeConflictPopup: "timeConflictPopup",
descriptionPopup: "descriptionPopup",
};
export const DEBUG_VIDEO_SUBTITLE_TEST = false;
export const AUTO_SCROLL_DELAY = 600;