diff --git a/src/profile-v2/Certificates.jsx b/src/profile-v2/Certificates.jsx index 3a6cab3b4..cd8a227ee 100644 --- a/src/profile-v2/Certificates.jsx +++ b/src/profile-v2/Certificates.jsx @@ -32,7 +32,7 @@ const Certificates = ({ certificates }) => (
- {certificates && certificates.length > 0 ? ( + {certificates?.length > 0 ? (+
{name} {name}{params.username}
- {isBlockVisible(name) && (
- {params.username}
+ {isBlockVisible(name) && (
+