Need a change `line 51` in file `posts.js` My suggestion, ``` !posts[id] || posts[id].deleted ``` When `posts[id]` is undefined, it will return an empty Object as we expect.
Need a change
line 51in fileposts.jsMy suggestion,
When
posts[id]is undefined, it will return an empty Object as we expect.