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

fix: label 렌더링 조건 수정

parent 75134761
No related branches found
No related tags found
1 merge request!53fix: label 렌더링 조건 수정
Pipeline #11033 passed
......@@ -80,11 +80,11 @@ export default function Card({
참여중
</Label>
)}
{isScheduleConflict && (
{!isParticipant && isScheduleConflict ? (
<Label className="text-warning" size="sm" theme="graysolid">
시간충돌
시간충돌
</Label>
)}
) : null}
</div>
{type === "OPEN" ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment