Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2246 Rev 2247
Línea 92... Línea 92...
92
        })
92
        })
93
      })
93
      })
94
    }, [])
94
    }, [])
Línea 95... Línea 95...
95
 
95
 
96
    return (
-
 
97
      <Component
96
    return (
98
        onClick={() => (currentReaction ? deleteReaction : handleHover)}
-
 
99
      >
97
      <Component onClick={currentReaction ? deleteReaction : handleHover}>
100
        {currentReaction ? (
98
        {currentReaction ? (
101
          <Icon style={{ color: currentReaction.color }} />
99
          <Icon style={{ color: currentReaction.color }} />
102
        ) : (
100
        ) : (
103
          <Icon />
101
          <Icon />