Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2853 Rev 2864
Línea 37... Línea 37...
37
      fontSize: '32px'
37
      fontSize: '32px'
38
    }
38
    }
39
  }
39
  }
40
}))
40
}))
Línea 41... Línea 41...
41
 
41
 
42
export default function withReactions(Component) {
42
export function withReactions(Component) {
43
  const ReactionsButton = ({
43
  const ReactionsButton = ({
44
    saveUrl = '',
44
    saveUrl = '',
45
    deleteUrl = '',
45
    deleteUrl = '',
46
    currentReactionType = null,
46
    currentReactionType = null,