Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4281 Rev 4282
Línea 36... Línea 36...
36
  owner_file_image_preview,
36
  owner_file_image_preview,
37
  owner_file_video,
37
  owner_file_video,
38
  owner_file_image,
38
  owner_file_image,
39
  owner_file_document,
39
  owner_file_document,
40
  comment_add_url,
40
  comment_add_url,
41
  comments
41
  comments,
-
 
42
  addNotification, // REDUX ACTION
-
 
43
  openShareModal, // REDUX ACTION
42
}) => {
44
}) => {
Línea 43... Línea 45...
43
 
45
 
44
  const [feedIsLiked, setFeedIsLiked] = useState(feed_is_liked);
46
  const [feedIsLiked, setFeedIsLiked] = useState(feed_is_liked);
45
  const [likesState, setLikesState] = useState(feed_likes);
47
  const [likesState, setLikesState] = useState(feed_likes);
Línea 175... Línea 177...
175
Feed.Content = Content
177
Feed.Content = Content
176
Feed.Header = Header
178
Feed.Header = Header
Línea 177... Línea 179...
177
 
179
 
178
const mapDispatchToProps = {
180
const mapDispatchToProps = {
-
 
181
  addNotification: (notification) => addNotification(notification),
179
  addNotification: (notification) => addNotification(notification),
182
  openShareModal: (postUrl, modalType, feedType) => openShareModal(postUrl, modalType, feedType),
Línea 180... Línea 183...
180
};
183
};
181
 
184