Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4803 Rev 4806
Línea 81... Línea 81...
81
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
81
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
82
  const handleExternalShare = (value) => setExternalShare(value)
82
  const handleExternalShare = (value) => setExternalShare(value)
Línea 83... Línea 83...
83
 
83
 
Línea 84... Línea 84...
84
  const displayCommentSection = () => setShowComments(!showComments)
84
  const displayCommentSection = () => setShowComments(!showComments)
-
 
85
 
-
 
86
  const ExternalShareButton = withExternalShare(InputOption, feed_share_url, { 
-
 
87
    Icon: SendOutlinedIcon,
-
 
88
     color: 'gray', 
-
 
89
     title: 'Send',
-
 
90
     shareUrl: feed_share_external_url,
Línea 85... Línea 91...
85
 
91
     setValue: handleExternalShare
Línea 86... Línea 92...
86
  const ExternalShareButton = withExternalShare(InputOption, feed_increment_external_counter_url, { Icon: SendOutlinedIcon, color: 'gray', title: 'Send' }, feed_share_external_url, handleExternalShare)
92
     })
87
 
93