Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1650 Rev 1657
Línea 62... Línea 62...
62
  type: feedActionTypes.REMOVE_COMMENT,
62
  type: feedActionTypes.REMOVE_COMMENT,
63
  payload: { feedId, commentId, totalComments }
63
  payload: { feedId, commentId, totalComments }
64
})
64
})
Línea 65... Línea 65...
65
 
65
 
66
export const addComment = ({ feedId, comment, totalComments }) => ({
66
export const addComment = ({ feedId, comment, totalComments }) => ({
67
  type: feedActionTypes.REMOVE_COMMENT,
67
  type: feedActionTypes.ADD_COMMENT,
68
  payload: { feedId, comment, totalComments }
68
  payload: { feedId, comment, totalComments }