Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7132 Rev 7230
Línea 73... Línea 73...
73
      }
73
      }
Línea 74... Línea 74...
74
 
74
 
75
      const newReaction = reactions.find((reaction) => reaction.type === type)
75
      const newReaction = reactions.find((reaction) => reaction.type === type)
Línea 76... Línea 76...
76
      setReaction(newReaction)
76
      setReaction(newReaction)
77
 
77
 
78
      onChange(data.reactions)
78
      onChange(data)
Línea 79... Línea 79...
79
    })
79
    })
80
  }
80
  }