diff --git a/src/module/document/ui/navbar_document_division.tsx b/src/module/document/ui/navbar_document_division.tsx index c464d9d..1cbdeac 100644 --- a/src/module/document/ui/navbar_document_division.tsx +++ b/src/module/document/ui/navbar_document_division.tsx @@ -345,24 +345,25 @@ export default function NavbarDocumentDivision() { > - { - if (selectedFiles.length > 0 && copyAllowed) { - onDownload("selected"); - } - }} - > - 0 && copyAllowed - ? "white" - : "#656060" - } - /> + + { + if (selectedFiles.length > 0 && copyAllowed) { + onDownload("selected"); + } + }} + > + 0 && copyAllowed + ? "white" + : "#656060" + } + /> +