Skip to content

Commit

Permalink
[Fix] #195 - 메서드명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Nov 19, 2023
1 parent 5b51c9d commit 6d4feaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ extension MyInfoViewController: UICollectionViewDelegate {
events: [.clickGuide, .clickFaq],
urls: [.guid, .faq])
case 2:
InfoSectionSelection(for: indexPath,
infoSectionSelection(for: indexPath,
events: [.clickNotice, .clickQuestion, .clickTerms],
urls: [.notice, .question, .service])
default:
Expand Down

0 comments on commit 6d4feaa

Please sign in to comment.