Skip to content

Commit

Permalink
🔀 :: (#496) 릴리즈노트 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
juyeong525 authored May 15, 2023
2 parents cf5fc96 + 6895133 commit 56754a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Application/Sources/Scene/Entire/EntireView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ struct EntireView: View, XNavigationAndTabContent {
ServiceSectionButtonView(
headerText: "",
services: [
(text: "로그아웃", action: { viewModel.showLogoutAlert = true }),
(text: "업데이트 사항", action: { xquareRouter.navigateTo(.releaseNote) })
(text: "로그아웃", action: { viewModel.showLogoutAlert = true })
// (text: "업데이트 사항", action: { xquareRouter.navigateTo(.releaseNote) })
])
Spacer()
}
Expand Down

0 comments on commit 56754a2

Please sign in to comment.