Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4293 Rev 4294
Línea 64... Línea 64...
64
 
64
 
Línea 65... Línea 65...
65
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
65
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
Línea 66... Línea 66...
66
 
66
 
Línea 67... Línea 67...
67
  const displayCommentSection = () => setShowComments(!showComments)
67
  const displayCommentSection = () => setShowComments(!showComments)
68
 
68
 
Línea 69... Línea 69...
69
  const ExternalShareButton = withReactionList({ Component: InputOption, url: feed_share_external_url, icon: SendOutlinedIcon, color: 'gray', title: 'Send' })
69
  const ExternalShareButton = withReactionList(InputOption, feed_share_external_url, { Icon: SendOutlinedIcon, color: 'gray', title: 'Send' })