diff --git a/src/common/component/Profile.js b/src/common/component/Profile.js
index eb31c5ef..e1af5eff 100644
--- a/src/common/component/Profile.js
+++ b/src/common/component/Profile.js
@@ -67,7 +67,7 @@ export default function Profile({ data = null, type = "embed" }) {
const { uid, name, email, avatar } = data;
return (
-
+
{name}
{email}
diff --git a/src/routes/chat/DMList.js b/src/routes/chat/DMList.js
index 85c79bf3..274893b3 100644
--- a/src/routes/chat/DMList.js
+++ b/src/routes/chat/DMList.js
@@ -31,7 +31,7 @@ const NavItem = ({ data, setFiles }) => {
className={`session ${isActive ? "drop_over" : ""}`}
to={`/chat/dm/${uid}`}
>
-
+