Skip to content

Commit

Permalink
Merge branch 'feat/pool-search' of https://github.com/depromeet/15th-…
Browse files Browse the repository at this point in the history
…Team2-Web into feat/pool-favorite
  • Loading branch information
wokbjso committed Aug 2, 2024
2 parents 499a8e3 + c6165cd commit 0eb5c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function PoolSearchPageModal({ title }: PoolSearchPageModalProps) {
const { data } = useSearchPoolInitial(poolSearchText);
const isDataEmpty =
data?.data.favoritePools.length === 0 &&
data.data.searchedPools.length === 0;
data?.data.searchedPools.length === 0;

const handlePoolSearchTextChange = debounce((text: string) => {
setPoolSearchText(text);
Expand Down

0 comments on commit 0eb5c4c

Please sign in to comment.