Файловый менеджер - Редактировать - /home/digitalm/tendepavia/wp-content/plugins/redux-framework/extendify-sdk/src/Assist/components/TaskBadge.js
Назад
import { useTasksStoreReady, useTasksStore } from '@assist/state/Tasks' export const TaskBadge = (props) => { const { availableTasks, isCompleted } = useTasksStore() const ready = useTasksStoreReady() if (!ready) return null const taskCount = availableTasks?.filter((t) => !isCompleted(t)).length ?? 0 if (taskCount === 0) return null return ( <span className="awaiting-mod" {...props}> {taskCount > 9 ? '9' : taskCount} </span> ) }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.05 |
proxy
|
phpinfo
|
Настройка