Skip to content

Commit

Permalink
🔥 모바일 그룹 참가 버튼 컴포넌트 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaerrim committed Dec 10, 2023
1 parent 0bab312 commit 74f2547
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/frontend/src/components/Group/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export function Group({ id, owned = false, name, joined = false }: GroupProps) {
<Copy width={24} height={24} fill={grayscale200} />
</button>
</div>
<div className={styles.mobile}>
<GroupButton id={id} owned={owned} joined={joined} />
</div>
</div>
)} */}
</div>
Expand Down

0 comments on commit 74f2547

Please sign in to comment.