5.12.0: Желания в карточках проектов на неделе
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m21s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m21s
This commit is contained in:
@@ -426,13 +426,17 @@ function AppContent() {
|
||||
groupProgress2 = jsonData.group_progress_2 !== undefined ? jsonData.group_progress_2 : null
|
||||
groupProgress0 = jsonData.group_progress_0 !== undefined ? jsonData.group_progress_0 : null
|
||||
}
|
||||
|
||||
// Получаем желания из ответа
|
||||
const wishes = jsonData?.wishes || []
|
||||
|
||||
setCurrentWeekData({
|
||||
projects: Array.isArray(projects) ? projects : [],
|
||||
total: total,
|
||||
group_progress_1: groupProgress1,
|
||||
group_progress_2: groupProgress2,
|
||||
group_progress_0: groupProgress0
|
||||
group_progress_0: groupProgress0,
|
||||
wishes: wishes
|
||||
})
|
||||
} catch (err) {
|
||||
setCurrentWeekError(err.message)
|
||||
|
||||
Reference in New Issue
Block a user