Skip to content
Snippets Groups Projects
Commit cf001ac6 authored by 석찬 윤's avatar 석찬 윤
Browse files

Merge branch 'develop' into 'main'

fix: label 렌더링 조건 수정

See merge request !53
parents 1410a169 cc309c75
No related branches found
No related tags found
1 merge request!53fix: label 렌더링 조건 수정
Pipeline #11034 passed
...@@ -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" ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment