Skip to content

Commit

Permalink
!HOTFIX: delete console.log at FAQItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rmdnps10 committed Oct 13, 2024
1 parent 81fcbf9 commit e7f8804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/(main)/recruit/components/FAQItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const FAQItem = ({ items }: Items) => {
<button
onClick={() =>
setOpen(prev => {
console.log(prev)
const temp = [...prev]
temp[index] = !temp[index]
return temp
Expand Down

0 comments on commit e7f8804

Please sign in to comment.