From b7a44b9c91b1914467899ab64d6a628d0598f130 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Tue, 17 Oct 2023 08:54:33 -0400 Subject: [PATCH] fixed: Interpolation dollar signs showing around completion status This was a bug introduced during a PR review when the completion status display code was refactored. --- researcher-reports/src/components/query-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/researcher-reports/src/components/query-item.tsx b/researcher-reports/src/components/query-item.tsx index 314ed48..43607aa 100644 --- a/researcher-reports/src/components/query-item.tsx +++ b/researcher-reports/src/components/query-item.tsx @@ -143,7 +143,7 @@ export const QueryItem: React.FC = (props) => { {resourceName &&
{`Name: ${resourceName}`}
} {resourceType &&
{`Type: ${resourceType}`}
}
{`Creation date: ${submissionDateTime}`}
-
Completion status: ${lowerQueryCompletionStatus}${completionStatusSuffix}
+
Completion status: {lowerQueryCompletionStatus}{completionStatusSuffix}
{ showGenerateCSVLinkButton ? : <>