Skip to content

Commit

Permalink
Merge branch 'feature/#376-main' of https://github.com/SCBJ-7/SCBJ-FE
Browse files Browse the repository at this point in the history
…into feature/#376-main
  • Loading branch information
chaeminseok committed Jul 10, 2024
2 parents 66839f8 + c121c8a commit 3dcdaf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 Expand Up @@ -92,7 +93,7 @@ const MainDetail = () => {
behavior: "smooth",
});
};

console.log("a");
return (
<S.Container>
<MainTheme />
Expand Down

0 comments on commit 3dcdaf0

Please sign in to comment.