Skip to content

Commit

Permalink
reload 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyun0518 committed Feb 19, 2024
1 parent 0303116 commit c9d283c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchPage/SearchComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ const SearchComponent : React.FC<TagInputProps> = ({tags, input, searchType, sel
pathname : '/search/result',
search : `?${createSearchParams(params)}`
})
window.location.reload();
}

return (
Expand Down

0 comments on commit c9d283c

Please sign in to comment.