Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeminseok committed Jul 9, 2024
1 parent 8ebd823 commit 4679a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/mainDetailPage/MainDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { ISearchList } from "@/types/searchList";

const MainDetail = () => {
const pageSize = 10;

const [selectedRegion, setSelectedRegion] = useState("전체");
const [scrollPosition, setScrollPosition] = useState(0);

Expand Down

0 comments on commit 4679a22

Please sign in to comment.