Skip to content

Commit

Permalink
chore: 개발 영역 조건문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hjy0951 committed Oct 8, 2024
1 parent 9bd44e7 commit 3d63746
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/analyzers/clarity.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import Script from 'next/script';

export const Clarity = () => {
if (process.env.NODE_ENV !== 'production') return null;

return (
<Script id="clarity" type="text/javascript">
{`
Expand Down

0 comments on commit 3d63746

Please sign in to comment.