6.16.2: В конце дня вместо скоро
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
@@ -192,7 +192,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min
|
||||
return 'Готово!'
|
||||
}
|
||||
if (remaining <= 0) {
|
||||
return 'скоро'
|
||||
return 'в конце дня'
|
||||
}
|
||||
const pointsText = `${Math.round(remaining)} баллов`
|
||||
const safeMinGoal = Number.isFinite(minGoalScore) && minGoalScore > 0 ? minGoalScore : 0
|
||||
|
||||
Reference in New Issue
Block a user