Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4707 | Rev 4971 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4707 Rev 4711
Línea 4... Línea 4...
4
import { addNotification } from '../../redux/notification/notification.actions'
4
import { addNotification } from '../../redux/notification/notification.actions'
Línea 5... Línea 5...
5
 
5
 
6
const EventsList = () => {
6
const EventsList = () => {
7
    const [events, setEvents] = useState([])
7
    const [events, setEvents] = useState([])
8
    const [tasks, setTasks] = useState([])
-
 
9
    const typeLabels = {
-
 
10
        event: 'Evento',
-
 
11
        task: 'Tarea',
-
 
12
 
-
 
13
    }
8
    const [tasks, setTasks] = useState([])
Línea 14... Línea 9...
14
    const dispatch = useDispatch()
9
    const dispatch = useDispatch()
15
 
10
 
16
    const getEvents = async () => {
11
    const getEvents = async () => {