Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #72 from Stocodi/develop
Browse files Browse the repository at this point in the history
fix: 문제 채점 로직 재작성
  • Loading branch information
toothlessdev authored Jan 19, 2024
2 parents bc40b1e + 898f1f2 commit e5994f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/pages/test-page/ResultPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@ export default function ResultPage() {
useEffect(() => {
// 문제 채점 로직
setScore({
...score,
type_basic: score.type_basic + 10,
type_basic: 0,
type_bank: 0,
type_credit: 0,
type_tax: 0,
type_insurance: 0,
type_investment: 0,
});
}, [score]);

Expand Down

0 comments on commit e5994f1

Please sign in to comment.