cleaned up Captions old popup code

This commit is contained in:
notnull 2019-04-01 16:52:41 -04:00
parent 73beacedcb
commit fc6bd0f997

View File

@ -4,20 +4,6 @@ import Table from 'react-bootstrap/Table'
import {connect} from 'react-redux'
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 => {
return (
<div className='popup text-center'>