Skip to content

Commit

Permalink
feat(component): display evaluated value
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 22, 2022
1 parent de3202f commit 26d4a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CalculatorContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function evaluateExpression(valueToAppend: PossibleButtonValues) {
const evaluatedValue = evaluate(`${evaluationValue.value} ${entryValue.value}`)
appendToEvaluationScreen(valueToAppend)
return evaluatedValue
entryValue.value = evaluatedValue
}
</script>

Expand Down

0 comments on commit 26d4a12

Please sign in to comment.