We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MemoListView에서 line 98에서
if memo.id == viewModel.memos[1].id {
회원가입 직후에는 memos가 비어 있어 index out of range 에러가 납니다
The text was updated successfully, but these errors were encountered:
No branches or pull requests
MemoListView에서 line 98에서
if memo.id == viewModel.memos[1].id {
회원가입 직후에는 memos가 비어 있어 index out of range 에러가 납니다
The text was updated successfully, but these errors were encountered: