Skip to content

Commit

Permalink
fix: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minjeoong committed Jan 18, 2025
1 parent 5d7e3d4 commit dd04b52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/page/community/search/index/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const Search = () => {
};

useEffect(() => {
// 페이지 진입 시 TextField에 포커스 설정
if (inputRef.current) {
inputRef.current.focus();
}
Expand Down

0 comments on commit dd04b52

Please sign in to comment.