Skip to content

Commit

Permalink
fix: object bug
Browse files Browse the repository at this point in the history
  • Loading branch information
KageRyo committed Oct 29, 2024
1 parent 7f61d85 commit 28158d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WaterMirror/src/Result.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export default function ResultScreen({ navigation, route }) {

Alert.alert(
t('result.improvement.title'),
`${t('result.improvement.parameters')}\n\n${assessmentEntries.map(([key, value]) => {
`${assessmentEntries.map(([key, value]) => {
return `${t(`result.improvement.parameters.${key}`)}${value}`;
}).join('\n')}\n`,
badValues.length === 0
Expand Down

0 comments on commit 28158d3

Please sign in to comment.