diff --git a/src/pages/popup/components/home/detail/EmailAddress.tsx b/src/pages/popup/components/home/detail/EmailAddress.tsx
index b849876..aba704c 100644
--- a/src/pages/popup/components/home/detail/EmailAddress.tsx
+++ b/src/pages/popup/components/home/detail/EmailAddress.tsx
@@ -8,7 +8,7 @@ function EmailAddress({ emailAddress }: { emailAddress: string | null }) {
>
email
-
diff --git a/src/pages/popup/components/home/detail/EmailDescription.tsx b/src/pages/popup/components/home/detail/EmailDescription.tsx
index e832828..992e1e5 100644
--- a/src/pages/popup/components/home/detail/EmailDescription.tsx
+++ b/src/pages/popup/components/home/detail/EmailDescription.tsx
@@ -18,7 +18,7 @@ function EmailDescription({
description
{descriptionExists ? emailDescription : 'No description set'}
diff --git a/src/pages/popup/components/home/detail/EmailDomain.tsx b/src/pages/popup/components/home/detail/EmailDomain.tsx
index 6b4800b..30812d6 100644
--- a/src/pages/popup/components/home/detail/EmailDomain.tsx
+++ b/src/pages/popup/components/home/detail/EmailDomain.tsx
@@ -11,7 +11,7 @@ function EmailDomain({ emailDomain }: { emailDomain: string | null }) {
domain
{domainExists ? emailDomain : 'No domain set'}
diff --git a/src/pages/popup/components/home/detail/EmailId.tsx b/src/pages/popup/components/home/detail/EmailId.tsx
index 07d39b6..e20d761 100644
--- a/src/pages/popup/components/home/detail/EmailId.tsx
+++ b/src/pages/popup/components/home/detail/EmailId.tsx
@@ -8,7 +8,7 @@ function EmailId({ emailId }: { emailId: string | null }) {
>
ID
-