Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 400 Rev 409
Línea 8... Línea 8...
8
 
8
 
9
import QuestionCard from '../../components/my-coach/QuestionCard'
9
import QuestionCard from '../../components/my-coach/QuestionCard'
10
import ConfirmModal from '../../components/modals/ConfirmModal'
10
import ConfirmModal from '../../components/modals/ConfirmModal'
11
import AnswerCard from '../../components/my-coach/AnswerCard'
11
import AnswerCard from '../../components/my-coach/AnswerCard'
-
 
12
import AnswerModal from '../../components/my-coach/AnswerModal'
Línea 12... Línea 13...
12
import AnswerModal from '../../components/my-coach/AnswerModal'
13
import TitleSection from '../../components/UI/TitleSection'
13
 
14
 
14
const StyledSection = styled(Col)`
15
const StyledSection = styled(Col)`
15
  display: flex;
16
  display: flex;
Línea 228... Línea 229...
228
  }, [question])
229
  }, [question])
Línea 229... Línea 230...
229
 
230
 
230
  return (
231
  return (
231
    <>
232
    <>
232
      <Container as="section" className="companies-info">
-
 
233
        <div className="company-title mx-2">
233
      <Container as="section" className="companies-info">
234
          <h1 className="title">{labels.my_coach}</h1>
-
 
235
        </div>
234
        <TitleSection title={labels.my_coach} />
236
        <Row>
235
        <Row>
237
          <StyledSection md="8">
236
          <StyledSection md="8">
238
            <QuestionCard
237
            <QuestionCard
239
              key={question.uuid}
238
              key={question.uuid}