Skip to content

Commit 9bddf78

Browse files
committed
refactor: 상세 보기의 경우 url 추가 제거
1 parent 7fa3c00 commit 9bddf78

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/features/ranking/components/ranking-section.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ export function RankingSection() {
159159
const pageInfo = data?.pageInfo;
160160
const totalPages = pageInfo?.totalPages || 1;
161161

162-
163-
164162
// ✅ Scroll to list top when page changes
165163
const scrollToList = () => {
166164
if (listRef.current) {

0 commit comments

Comments
 (0)