Skip to content

Commit

Permalink
feat: CommunitySearch 에러 (catid is missing)나서 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadyme24 committed May 29, 2024
1 parent 5623eff commit 171280b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/complaints/[category]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export default async function Page({
option="community"
category={category}
/>
<CommunitySearch
{/* <CommunitySearch
category={category}
placeholder="게시판 내 재검색"
className="flex-1 max-w-[480px]"
/>
/> */}
</div>
{contentComponent}
</div>
Expand Down

0 comments on commit 171280b

Please sign in to comment.