Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2161 Rev 2162
Línea 67... Línea 67...
67
 
67
 
68
          if (!success) {
68
          if (!success) {
69
            dispatch(addNotification({ style: 'danger', msg: data }))
69
            dispatch(addNotification({ style: 'danger', msg: data }))
Línea 70... Línea 70...
70
          }
70
          }
71
 
-
 
72
          onReaction({
-
 
73
            reactions: data.reactions,
-
 
74
            currentReaction: type
71
 
75
          })
72
          onReaction(data, type)
76
        })
73
        })
77
      },
74
      },