Skip to content

Commit

Permalink
chore: 주석 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungjjeong committed Sep 12, 2024
1 parent dea1d28 commit 28aae2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/record-detail/sections/detail-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { type RecordDetailType } from '../types';
export const DetailPreviewSection = ({ data }: { data: RecordDetailType }) => {
const router = useRouter();

console.log(data.rank);
const handleClickPreviousDate = () => {
if (!data.prevId) return;
router.replace(`/record-detail/${data.prevId}`);
Expand Down

0 comments on commit 28aae2f

Please sign in to comment.