Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 409 Rev 535
Línea 5... Línea 5...
5
import { useDispatch, useSelector } from 'react-redux'
5
import { useDispatch, useSelector } from 'react-redux'
6
import { Col, Container, Row } from 'react-bootstrap'
6
import { Col, Container, Row } from 'react-bootstrap'
7
import styled from 'styled-components'
7
import styled from 'styled-components'
Línea 8... Línea 8...
8
 
8
 
9
import QuestionCard from '../../components/my-coach/QuestionCard'
-
 
10
import ConfirmModal from '../../components/modals/ConfirmModal'
9
import QuestionCard from '../../components/my-coach/QuestionCard'
11
import AnswerCard from '../../components/my-coach/AnswerCard'
10
import AnswerCard from '../../components/my-coach/AnswerCard'
-
 
11
import AnswerModal from '../../components/my-coach/AnswerModal'
12
import AnswerModal from '../../components/my-coach/AnswerModal'
12
import ConfirmModal from '../../components/modals/ConfirmModal'
Línea 13... Línea 13...
13
import TitleSection from '../../components/UI/TitleSection'
13
import TitleSection from '../../components/UI/TitleSection'
14
 
14
 
15
const StyledSection = styled(Col)`
15
const StyledSection = styled(Col)`
Línea 228... Línea 228...
228
    }
228
    }
229
  }, [question])
229
  }, [question])
Línea 230... Línea 230...
230
 
230
 
231
  return (
231
  return (
232
    <>
232
    <>
233
      <Container as="section" className="companies-info">
233
      <Container as="section" className="px-0">
234
        <TitleSection title={labels.my_coach} />
234
        <TitleSection title={labels.my_coach} />
235
        <Row>
235
        <Row>
236
          <StyledSection md="8">
236
          <StyledSection md="8">
237
            <QuestionCard
237
            <QuestionCard