diff --git a/src/components/Tabs/IdentificationTab.jsx b/src/components/Tabs/IdentificationTab.jsx index a9d29820..c2c5fe7f 100644 --- a/src/components/Tabs/IdentificationTab.jsx +++ b/src/components/Tabs/IdentificationTab.jsx @@ -128,7 +128,7 @@ const IdentificationTab = ({ async function handleUpdateDraftDOI() { setLoadingDoiUpdate(true); - + try { const mappedDataCiteObject = recordToDataCite(record, language, region); delete mappedDataCiteObject.data.type; @@ -141,7 +141,7 @@ const IdentificationTab = ({ const response = await updateDraftDoi( dataObject ); const statusCode = response.data.status; - + if (statusCode === 200) { setDoiUpdateFlag(true); } else { @@ -701,7 +701,7 @@ const IdentificationTab = ({ What is the DOI for this dataset? Eg, Quel est le DOI de ce jeu de données ? Par exemple, {" "} - 10.0000/0000 + https://doi.org/10.0000/0000 {showGenerateDoi && ( @@ -738,8 +738,8 @@ const IdentificationTab = ({ )} {showUpdateDoi && ( - )} {showDeleteDoi && ( -