Skip to content

Commit d9225b3

Browse files
design: 분실물일 경우 장소 필수입력 표시를 숨김
1 parent eca7f10 commit d9225b3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Koin/Presentation/LostItem/EditLostItem/SubViews/EditLostItemFoundPlaceView.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ final class EditLostItemFoundPlaceView: UIView {
7575
locationTextField.textColor = .appColor(.neutral500)
7676
}
7777

78+
if type == .lost {
79+
essentialLabel.isHidden = true
80+
}
81+
7882
configureView()
7983
setAddTargets()
8084
setDelegate()

0 commit comments

Comments
 (0)