Skip to content

Commit

Permalink
✨ 코스탭에서 내 코스일 때만 쓰리닷 보이도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimGaeun0806 committed Feb 29, 2024
1 parent 7c5f9bf commit 85d96ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/course/course-tab/CourseTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ const CourseTab = ({
</div>
</div>
</div>
<ThreeDotButton courseId={courseId} />

{isMyCourse && <ThreeDotButton courseId={courseId} />}
</div>
);
};
Expand Down

0 comments on commit 85d96ec

Please sign in to comment.