Skip to content

Commit

Permalink
Merge branch 'main' into others/토너먼트-점수-입력-혹은-경기-종료-후-경기-진행-상황-업데이트-#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Clearsu authored Jan 5, 2024
2 parents c379336 + 127ea32 commit a940be1
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 a940be1

Please sign in to comment.