diff --git a/client/src/pages/openalex-affiliations/components/ror-badge.jsx b/client/src/pages/openalex-affiliations/components/ror-badge.jsx index e30bdb6..e9d7653 100644 --- a/client/src/pages/openalex-affiliations/components/ror-badge.jsx +++ b/client/src/pages/openalex-affiliations/components/ror-badge.jsx @@ -3,16 +3,11 @@ import PropTypes from 'prop-types'; import useCopyToClipboard from '../../../hooks/useCopyToClipboard'; -export default function RorBadge({ isRemoved, removeRor, ror, rorColor, setFilteredAffiliationName }) { - const [copyStatus, copy] = useCopyToClipboard(); - - const iconsType = { - CopiƩ: 'ri-checkbox-circle-fill', - Erreur: 'ri-settings-6-fill', - }; +export default function RorBadge({ className, isRemoved, removeRor, ror, rorColor, setFilteredAffiliationName }) { + const [_, copy] = useCopyToClipboard(); return ( -