We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c194f9 commit f65ad5bCopy full SHA for f65ad5b
src/pages/MainPage/MainPage.tsx
@@ -41,7 +41,7 @@ export const MainPage = () => {
41
const { data: gameData } = useMainPageNearGamesQuery({
42
category: 'location',
43
value:
44
- addressDepth1 === null ? '서울시+강남구' : addressDepth2 + addressDepth2,
+ addressDepth1 === null ? '서울시+강남구' : addressDepth1 + addressDepth2,
45
});
46
47
const { data: crewData } = useMainPageNearCrewListQuery({
0 commit comments