Skip to content

Commit 51c4153

Browse files
committed
refactor: 중복 코드 제거
1 parent f8aace9 commit 51c4153

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

DevLog/UI/Home/TodoEditorView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ struct TodoEditorView: View {
164164
}
165165

166166
private func submit() {
167-
if !viewModel.isReadyToSubmit { return }
168167
let todo = viewModel.makeTodo()
169168
onSubmit?(todo)
170169
dismiss()

0 commit comments

Comments
 (0)