Skip to content

Commit

Permalink
Merge pull request #248 from ssu-student-union/fix/#247_fix-tos
Browse files Browse the repository at this point in the history
feat: 약관 동의 로직 수정
  • Loading branch information
dvp-tae authored Oct 18, 2024
2 parents ef2e206 + 69d62e4 commit f899374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/general/containers/TOSSectioin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ export function TOSSection() {
: 'cursor-not-allowed bg-gray-300'
}`}
onClick={handleNext}
disabled={!isAllChecked}
>
다음
</button>
Expand Down

0 comments on commit f899374

Please sign in to comment.