Skip to content
Snippets Groups Projects

fix: label 렌더링 조건 수정

Merged 석찬 윤 requested to merge develop into main
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -80,11 +80,11 @@ export default function Card({
@@ -80,11 +80,11 @@ export default function Card({
참여중
참여중
</Label>
</Label>
)}
)}
{isScheduleConflict && (
{!isParticipant && isScheduleConflict ? (
<Label className="text-warning" size="sm" theme="graysolid">
<Label className="text-warning" size="sm" theme="graysolid">
시간충돌
시간충돌
</Label>
</Label>
)}
) : null}
</div>
</div>
{type === "OPEN" ? (
{type === "OPEN" ? (
Loading