Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3002 Rev 3411
Línea 132... Línea 132...
132
            <Typography variant='overline'>{`${totalComments} ${labels.comments}`}</Typography>
132
            <Typography variant='overline'>{`${totalComments} ${labels.comments}`}</Typography>
133
          </Box>
133
          </Box>
134
        </Widget.Body>
134
        </Widget.Body>
Línea 135... Línea 135...
135
 
135
 
136
        <Widget.Actions>
136
        <Widget.Actions>
137
          {link_save_reaction && (
137
          {/* {link_save_reaction && (
138
            <ReactionsButton
138
            <ReactionsButton
139
              currentReactionType={reaction}
139
              currentReactionType={reaction}
140
              saveUrl={link_save_reaction}
140
              saveUrl={link_save_reaction}
141
              deleteUrl={link_reaction_delete}
141
              deleteUrl={link_reaction_delete}
Línea 145... Línea 145...
145
              }) => {
145
              }) => {
146
                setTotalReactions(total_reactions_answer)
146
                setTotalReactions(total_reactions_answer)
147
                updateReactions(total_reactions_question)
147
                updateReactions(total_reactions_question)
148
              }}
148
              }}
149
            />
149
            />
150
          )}
150
          )} */}
151
          {link_add_comment && (
151
          {link_add_comment && (
152
            <Button onClick={() => setShowComments(!showComments)}>
152
            <Button onClick={() => setShowComments(!showComments)}>
153
              <ChatOutlined />
153
              <ChatOutlined />
154
              {labels.comment}
154
              {labels.comment}
155
            </Button>
155
            </Button>