Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11152 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11152 Rev 15062
Línea 1... Línea 1...
1
import React, { useState } from 'react'
1
import React, { useState } from 'react'
2
import OverviewModal from './OverviewModal'
2
import OverviewModal from './OverviewModal'
Línea 3... Línea 3...
3
 
3
 
Línea 4... Línea 4...
4
const Overview = ({ overview, overviewUrl }) => {
4
const Overview = ({ overview, overviewUrl, title }) => {
5
 
5
 
Línea 6... Línea 6...
6
	const [isShowModal, setIsShowModal] = useState(false)
6
	const [isShowModal, setIsShowModal] = useState(false)
Línea 11... Línea 11...
11
 
11
 
12
	return (
12
	return (
13
		<>
13
		<>
14
			<div className="user-profile-extended-ov">
14
			<div className="user-profile-extended-ov">
15
				<h3>
15
				<h3>
16
                    Visión general
16
					{title}
17
					<button
17
					<button
18
						className="btn btn-extended-edit"
18
						className="btn btn-extended-edit"
19
						onClick={showModal}
19
						onClick={showModal}
20
					>
20
					>