Skip to content

Commit

Permalink
Merge branch 'others/토너먼트-점수-입력-혹은-경기-종료-후-경기-진행-상황-업데이트-#1210' of gi…
Browse files Browse the repository at this point in the history
…thub.com:42organization/42gg.client into others/토너먼트-점수-입력-혹은-경기-종료-후-경기-진행-상황-업데이트-#1210
  • Loading branch information
Clearsu committed Jan 9, 2024
2 parents ecc3706 + a940be1 commit 4b31a62
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/modal/profile/EditProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,7 @@ export default function EditProfileModal() {
<div className={styles.snsWrap}>
<div
className={`${styles.snsButton} ${slack ? styles.snsClicked : ''}`}
onClick={
() =>
alert('슬랙 알림은 현재 준비중입니다.') /* setSlack(!slack) */
}
onClick={() => setSlack(!slack)}
>
Slack
</div>
Expand Down

0 comments on commit 4b31a62

Please sign in to comment.