Skip to content

Commit

Permalink
FIX : 인터페이스 변경에 따른 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry committed Jan 12, 2024
1 parent b065072 commit 76e5745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/wiki/searchDrawer/WikiSerachArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const WikiSerachArea = () => {
{searchKeyword ? (
// 입력중인 경우
<AlcoholList
data={alcohols?.list}
data={alcohols?.content}
onClickElement={(alcoholData) => {
onClickElementHandler(alcoholData);
setIsSearching(false);
Expand Down

0 comments on commit 76e5745

Please sign in to comment.