Skip to content

Commit

Permalink
Merge pull request #108 from teamViNO/feature-022
Browse files Browse the repository at this point in the history
feature-022 : reload 제거
  • Loading branch information
whistleJs authored Feb 19, 2024
2 parents 0303116 + c9d283c commit 85f977c
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 85f977c

Please sign in to comment.