cleaned up Captions old popup code
This commit is contained in:
parent
73beacedcb
commit
fc6bd0f997
@ -4,20 +4,6 @@ import Table from 'react-bootstrap/Table'
|
|||||||
import {connect} from 'react-redux'
|
import {connect} from 'react-redux'
|
||||||
import {Card, Form, Row, Col, Button} from 'react-bootstrap'
|
import {Card, Form, Row, Col, Button} from 'react-bootstrap'
|
||||||
|
|
||||||
// const Popup = props => {
|
|
||||||
// return (
|
|
||||||
// <Card className="popup text-center" style={{ width: '18rem' }}>
|
|
||||||
// <Card.Img variant="top" src="/img/anarchybang.jpg" />
|
|
||||||
// <Card.Body>
|
|
||||||
// <Card.Title>Edit Comment</Card.Title>
|
|
||||||
// <Card.Text>{props.text ? props.text : 'no comment.'}
|
|
||||||
// </Card.Text>
|
|
||||||
// <Button variant="dark">Close</Button>
|
|
||||||
// </Card.Body>
|
|
||||||
// </Card>
|
|
||||||
// )
|
|
||||||
// }
|
|
||||||
|
|
||||||
const Popup = props => {
|
const Popup = props => {
|
||||||
return (
|
return (
|
||||||
<div className='popup text-center'>
|
<div className='popup text-center'>
|
||||||
|
Loading…
Reference in New Issue
Block a user