-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX/#265] Todo / 2차 QA 이슈 대응 #266
Conversation
…into fix/#265-2nd-2nd-todo-qa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
두말할거 없이 깔끔하네요~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿👍 네이밍 수정 제가. ㅎㅎ 하겟숨다 하하 여행 수정 감사합니돨!!!
tvEditTripName.text = viewModel?.title | ||
tvEditTripInfoStartDate.text = viewModel?.startDate | ||
tvEditTripInfoEndDate.text = viewModel?.endDate | ||
viewModel?.gettitleLength() | ||
tvEditTripName.text = viewModel.title | ||
tvEditTripInfoStartDate.text = viewModel.startDate | ||
tvEditTripInfoEndDate.text = viewModel.endDate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요아이!...배워갑니닷 👍👍
⛳️ Work Description
📢 To Reviewers