From 7a2175a67d416988677aaa55602fc6a95c0abc8d Mon Sep 17 00:00:00 2001
From: Nitish sharma <75838617+Nitz2611@users.noreply.github.com>
Date: Tue, 12 Mar 2024 12:13:52 +0530
Subject: [PATCH] fix(client): Missing space between certifications sections on
Settings page (#54056)
---
client/src/components/settings/certification.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/client/src/components/settings/certification.tsx b/client/src/components/settings/certification.tsx
index da4cc6140f3..59e9d3e4c80 100644
--- a/client/src/components/settings/certification.tsx
+++ b/client/src/components/settings/certification.tsx
@@ -419,6 +419,7 @@ function CertificationSettings(props: CertificationSettingsProps) {
{currentCertTitles.map(title => (
))}
+
{t('settings.headings.legacy-certs')}
{legacyCertTitles.map(title => (