Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7222 Rev 7224
Línea 238... Línea 238...
238
            ))}
238
            ))}
239
          </StyledSection>
239
          </StyledSection>
240
        </Row>
240
        </Row>
241
      </Container>
241
      </Container>
242
      <AnswerModal
242
      <AnswerModal
243
        url={currentAnswer ? addUrl.current : actionUrl.current}
243
        url={currentAnswer ? actionUrl.current : addUrl.current}
244
        show={['addAnswer', 'editAnswer'].includes(modalShow)}
244
        show={['addAnswer', 'editAnswer'].includes(modalShow)}
245
        currentAnswer={currentAnswer}
245
        currentAnswer={currentAnswer}
246
        onClose={closeModal}
246
        onClose={closeModal}
247
        onComplete={currentAnswer ? onEditAnswer : onAddAnswer}
247
        onComplete={currentAnswer ? onEditAnswer : onAddAnswer}
248
      />
248
      />