Skip to content

Commit

Permalink
console 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
YOOJS1205 committed May 7, 2024
1 parent 98e68a7 commit 500a2b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/main/StoreDetailSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ export default function StoreDetailSection({
storeId: storeId ?? 0,
});

console.log(storeFeedListData);

const [isScrollDown, setIsScrollDown] = useState(false);

const onIntersect: IntersectionObserverCallback = ([entry]) => {
Expand Down

0 comments on commit 500a2b5

Please sign in to comment.