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:
@@ -189,7 +189,7 @@ function WishRowCard({ wish, onClick, pendingScoresByProject = {}, position, min
|
||||
|
||||
const getUnlockText = () => {
|
||||
if (isReady) {
|
||||
return 'Готово!'
|
||||
return 'Разблокировано!'
|
||||
}
|
||||
if (remaining <= 0) {
|
||||
return 'в конце дня'
|
||||
|
||||
Reference in New Issue
Block a user