Skip to content

Commit

Permalink
refactor(SearchPage): 기능 단위로 pr 분리하기 위한 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
simorimi committed Oct 16, 2024
1 parent 3f702c4 commit ae9be47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/pages/search/SearchPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import TravelogueList from "./TravelogueList/TravelogueList";
const TAB_CONTENT = [
{ label: "제목", searchType: "TITLE" },
{ label: "작성자", searchType: "AUTHOR" },
{ label: "국가", searchType: "TITLE" }, // 추후 COUNTRY로 바꿀 예정
] as const;

const SearchPage = () => {
Expand Down

0 comments on commit ae9be47

Please sign in to comment.