Skip to content

Commit

Permalink
Merge pull request #135 from 2024WISCOM/feature/work-detail
Browse files Browse the repository at this point in the history
🔥 Remove: 불필요한 주석 삭제
  • Loading branch information
7beunseo authored Oct 26, 2024
2 parents 415828c + e12e839 commit a7c55d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/WorkDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function WorkDetail() {
const { id } = useParams(); // URL의 id 파라미터를 받아옴
const location = useLocation();
const { category = 'all' } = location.state || {};
console.log(category);

// API 데이터 fetch
const fetchWorkDetail = async (category, id) => {
Expand Down

0 comments on commit a7c55d5

Please sign in to comment.