-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TNT-195] 트레이니 홈, 식단 확인 화면 API 연결 #88
Conversation
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.
고생하셨어요!!
currentPage: Binding(get: { | ||
currentPage | ||
}, set: { | ||
if $0 != currentPage { currentPage = $0 } | ||
}), |
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.
👍🏻
guard !state.loadedMonths.contains(newMonth) else { return .none } | ||
state.loadedMonths.insert(newMonth) |
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.
월간도 이런식으로 진행해놓겠습니다..
📌 What is the PR?
🪄 Changes
🌐 Common Changes
🔥 PR Point
📸 Screenshot
🙆🏻 To Reviewers
💭 Related Issues