Skip to content

Commit

Permalink
refactor: 불필요한 주석 제거거 #430
Browse files Browse the repository at this point in the history
  • Loading branch information
novice0840 committed Dec 25, 2024
1 parent 7c4c9b8 commit 5a7d5d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/src/pages/GamePage/GamePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import TopicContainer from '@/components/TopicContainer/TopicContainer';
import useGAPageTimeSpentGA from '@/lib/googleAnalytics/hooks/usePageTimeSpentGA';

const GamePage = () => {
// GA 데이터 수집용 함수
useGAPageTimeSpentGA('게임 페이지');

return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ const SelectButton = ({
});

const handleClick = () => {
// GA 데이터 수집용 함수
clickVoteConfirmButtonGA();

vote();
};

Expand Down

0 comments on commit 5a7d5d8

Please sign in to comment.