Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 554 Rev 555
Línea 167... Línea 167...
167
              <DeleteIcon />
167
              <DeleteIcon />
168
              {labels.delete}
168
              {labels.delete}
169
            </button>
169
            </button>
170
          )}
170
          )}
171
        </StyledContainer.Actions>
171
        </StyledContainer.Actions>
172
        <div className="px-1">
172
        <div className="px-1 pb-1">
173
          <StyledForm image={user_image} onSubmit={addComment} />
173
          <StyledForm image={user_image} onSubmit={addComment} />
174
          {showComments && (
174
          {showComments && (
175
            <CommentsList comments={comments} onDelete={deleteComment} />
175
            <CommentsList comments={comments} onDelete={deleteComment} />
176
          )}
176
          )}
177
        </div>
177
        </div>