Skip to content

Commit

Permalink
[#50] 결과점수반영
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed Apr 8, 2024
1 parent dd8e06a commit 28d96e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/(route)/indicators/_components/result/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function Result() {
)

setResult(resultValue!)
console.log(resultValue)

let resultAmount = ''
if (resultValue! >= 90) {
Expand Down Expand Up @@ -63,7 +62,7 @@ function Result() {
</span>
</div>

<div className={S.myscore}>100점 달성</div>
<div className={S.myscore}>{`${resultValue}점`}</div>
</div>
<div className={S.contentwrap}>
<span className={S.title}>검증 지표</span>
Expand Down

0 comments on commit 28d96e1

Please sign in to comment.