From 1544a4a57b2a3a03411a9372dcbaaaccbd7b5ad1 Mon Sep 17 00:00:00 2001 From: Ryo Okubo Date: Sat, 27 Jan 2024 15:51:11 +0900 Subject: [PATCH] Fix download links shown in header menu --- frontend/src/components/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index c7fdd024f..932fbc675 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -280,7 +280,7 @@ export const Header: FC = () => { job.operation == JobOperations.EXPORT_SEARCH_RESULT_V2) && job.status == JobStatuses.DONE ? ( - + {jobTargetLabel(job)} ) : (