Исправления формы желаний, очистка кода
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 46s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 46s
This commit is contained in:
@@ -484,19 +484,6 @@ function TaskList({ onNavigate, data, loading, backgroundLoading, error, onRetry
|
||||
// Одноразовая задача: когда оба поля null/undefined
|
||||
const isOneTime = (task.repetition_period == null || task.repetition_period === undefined) &&
|
||||
(task.repetition_date == null || task.repetition_date === undefined)
|
||||
|
||||
// Отладка для задачи "Ролик"
|
||||
if (task.name === 'Ролик') {
|
||||
console.log('Task "Ролик":', {
|
||||
name: task.name,
|
||||
repetition_period: task.repetition_period,
|
||||
repetition_date: task.repetition_date,
|
||||
next_show_at: task.next_show_at,
|
||||
hasZeroPeriod,
|
||||
hasZeroDate,
|
||||
isInfinite
|
||||
})
|
||||
}
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user