Skip to content

Commit

Permalink
[ feat ] 절친해요 키워드 변환검색
Browse files Browse the repository at this point in the history
  • Loading branch information
joohaem committed Jul 22, 2022
1 parent d62c8f6 commit 77b4126
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CardCollection/FilterModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ export default function FilterModal(props: FilterModalProps) {
_fetchingCheckedTags.delete("여");
_fetchingCheckedTags.add("여자");
}
if (_fetchingCheckedTags.has("절친해요")) {
_fetchingCheckedTags.delete("절친해요");
_fetchingCheckedTags.add("깊어요");
}

// 데이터 패칭
const { data } = await cardCollectionApi.fetchCardsWithFilter<{ data: CardList[] }>([..._fetchingCheckedTags]);
Expand Down

0 comments on commit 77b4126

Please sign in to comment.