diff --git a/src/pageElements/Cards.js b/src/pageElements/Cards.js index 5d2aed8..7d95066 100644 --- a/src/pageElements/Cards.js +++ b/src/pageElements/Cards.js @@ -25,11 +25,6 @@ export const InfoCard = (props) => { parties, } = data; - /* - const [editPLaintiffs, setEditPLaintiffs] = useState(plaintiffs); - const [editDefendants, setEditDefendants] = useState(defendants); - */ - const editingContent = () => { return ( <> @@ -279,8 +274,12 @@ export const DocCard = (props) => { responseGenerations, confirmDelete, } = props; + + const report = (documentId, docType) => { + console.log("report documentId, docType", documentId, docType); + }; const tooltipText = - "Parsing is taking longer than usual. Reasons may include unusually high traffic, or a corrupted conversion file. Don’t worry - in most cases, this will resolve in 10 minutes. If not, click the “report” button to notify support. It will be fixed in 24 hours."; + "Parsing is taking longer than usual. Reasons may include high traffic, or a transitory system error. Usually this will resolve in 10 minutes. If not, click “report”, and it will be fixed in 24 hours."; const disabled = docType ? false : true; return (