Skip to content

Commit

Permalink
design: 업데이트의 강제 유무에 따른 디자인 수정 (#397)
Browse files Browse the repository at this point in the history
- '확인했어요'라벨과 체크박스 display
  • Loading branch information
hyun99999 committed Apr 14, 2023
1 parent cf5083c commit 0a1aca2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,11 @@ extension UpdateViewController {
flex.addItem(updateButton).marginBottom(16).marginHorizontal(17)
}
}

guard let updateNote else { return }
if updateNote.isForce {
checkBoxButton.flex.display(.none)
checkLabel.flex.display(.none)
}
}
}

0 comments on commit 0a1aca2

Please sign in to comment.