This commit is contained in:
Kenneth Jannette
2024-03-05 16:27:23 -06:00
parent 98394b0807
commit ffc21bd879
3 changed files with 9 additions and 1 deletions

View File

@@ -299,7 +299,7 @@ export const DocCard = (props) => {
const buttonText =
docType === "interrogatories-out"
? "Edit Request"
: responseGenerations > 0
: responseGenerations > 1
? "Edit Response"
: "Generate Response";
return (