fix: 마지막 검색 결과 항목 여백 제거

This commit is contained in:
caadiq 2026-01-10 09:42:34 +09:00
parent 043f8b465d
commit 92782e9022

View file

@ -859,7 +859,7 @@ function Schedule() {
transform: `translateY(${virtualItem.start}px)`,
}}
>
<div className="pb-4">
<div className={virtualItem.index < filteredSchedules.length - 1 ? "pb-4" : ""}>
<div
onClick={() => handleScheduleClick(schedule)}
className="flex items-stretch bg-white rounded-2xl shadow-sm hover:shadow-md transition-shadow overflow-hidden cursor-pointer h-[120px]"