Skip to content

Commit

Permalink
fix/#388 약속 편집 버튼 보이게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Sep 20, 2024
1 parent 6fe41fd commit f187bfb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ private extension PromiseViewController {
action: #selector(owner.moreButtonDidTap)
)

owner.navigationController?.navigationItem.rightBarButtonItem = info.isParticipant ? moreButton : nil
owner.navigationItem.rightBarButtonItem = info.isParticipant ? moreButton : nil
owner.removePromiseViewContoller.promiseNameLabel.text = info.promiseName
owner.setupNavigationBarTitle(with: info.promiseName, isBorderHidden: true)
}

Expand Down

0 comments on commit f187bfb

Please sign in to comment.