Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into fix/QA
  • Loading branch information
jiohjung98 committed Sep 28, 2024
2 parents bca8ca5 + 3921f48 commit d6abc41
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 220 deletions.
2 changes: 1 addition & 1 deletion src/app/search/[keyword]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const SearchPage = () => {
setNicknameList(nicknameListData);
setBlogList(blogListData);

// 초기 선택 타입 설정 (우선순위: POST -> OOTD -> NICKNAME -> BLOG)
console.log(ootdListData);
if (postListData.length > 0) {
setPosts(postListData);
setSelectedSearchType("POST");
Expand Down
Loading

0 comments on commit d6abc41

Please sign in to comment.