Skip to content

Commit f65ad5b

Browse files
committed
feat: 메인페이지 근처경기목록 apu 호출 함수 인자 변경
1 parent 8c194f9 commit f65ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/MainPage/MainPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const MainPage = () => {
4141
const { data: gameData } = useMainPageNearGamesQuery({
4242
category: 'location',
4343
value:
44-
addressDepth1 === null ? '서울시+강남구' : addressDepth2 + addressDepth2,
44+
addressDepth1 === null ? '서울시+강남구' : addressDepth1 + addressDepth2,
4545
});
4646

4747
const { data: crewData } = useMainPageNearCrewListQuery({

0 commit comments

Comments
 (0)