From d5367ac7549cbe2ef3b0bb39997552238fde0974 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 13 Jan 2024 02:10:12 -0600 Subject: [PATCH] more --- src/pageElements/Cards.js | 28 +++++++++++++++------------- src/styles/cards.scss | 12 ++++++++++++ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/src/pageElements/Cards.js b/src/pageElements/Cards.js index 5d2aed8..322654c 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 ( <> @@ -280,7 +275,7 @@ export const DocCard = (props) => { confirmDelete, } = props; 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 unusually high traffic, or temporary system error. 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."; const disabled = docType ? false : true; return (
@@ -302,13 +297,20 @@ export const DocCard = (props) => {
{parentCaseNumber}
{displayDeleteButton ? ( -