From fc6bd0f9978d902dcffcc9535d1d299e087c78f8 Mon Sep 17 00:00:00 2001 From: notnull Date: Mon, 1 Apr 2019 16:52:41 -0400 Subject: [PATCH] cleaned up Captions old popup code --- src/components/captions/Captions.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/components/captions/Captions.js b/src/components/captions/Captions.js index 12e0311..02044bf 100644 --- a/src/components/captions/Captions.js +++ b/src/components/captions/Captions.js @@ -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 ( -// -// -// -// Edit Comment -// {props.text ? props.text : 'no comment.'} -// -// -// -// -// ) -// } - const Popup = props => { return (