diff --git a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx index 4997567..df14ee6 100644 --- a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx @@ -9,92 +9,80 @@ function VarietySection({ schedule }) { const isFullGroup = members.length === 5; const hasThumbnail = !!schedule.thumbnailUrl; const hasReplayUrl = !!schedule.replayUrl; - - // 다시보기 링크가 유튜브인지 확인 const isYoutubeReplay = hasReplayUrl && /youtu\.?be/i.test(schedule.replayUrl); return (