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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "6.16.1",
|
||||
"version": "6.16.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -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