Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:dbstjs95/info-market into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstjs95 committed May 14, 2022
2 parents c90306f + 2092105 commit 80eb5a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/user/PostList.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ function PostList() {
<Search />
<ul className="postList">
{list.slice(offset, offset + LIMIT).map((post) => {
console.log('!!!', post);
return <Post key={post.id} post={post} />;
})}
{list.length === 0 && <li>해당하는 정보가 없습니다.</li>}
Expand Down

0 comments on commit 80eb5a8

Please sign in to comment.