6.16.3: Разблокировано вместо Готово
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "play-life-web",
|
"name": "play-life-web",
|
||||||
"version": "6.16.2",
|
"version": "6.16.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min
|
|||||||
|
|
||||||
const getUnlockText = () => {
|
const getUnlockText = () => {
|
||||||
if (isReady) {
|
if (isReady) {
|
||||||
return 'Готово!'
|
return 'Разблокировано!'
|
||||||
}
|
}
|
||||||
if (remaining <= 0) {
|
if (remaining <= 0) {
|
||||||
return 'в конце дня'
|
return 'в конце дня'
|
||||||
|
|||||||
Reference in New Issue
Block a user