Skip to content

Commit

Permalink
fix: post append in view.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailmogilnikov committed Jan 9, 2024
1 parent e9bb00b commit 781b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const renderFeedList = (locales) => {
});

postsWrapper.append(postsTitleWrapper, postsUl);
domElements.lists.feeds.append(postsWrapper);
domElements.lists.posts.append(postsWrapper);
};

renderFeed();
Expand Down

0 comments on commit 781b301

Please sign in to comment.