diff --git a/app/(app)/[username]/_usernameClient.tsx b/app/(app)/[username]/_usernameClient.tsx
index 6fbf2c6d..bfe9cda7 100644
--- a/app/(app)/[username]/_usernameClient.tsx
+++ b/app/(app)/[username]/_usernameClient.tsx
@@ -88,7 +88,7 @@ const Profile = ({ profile, isOwner, session }: Props) => {
return (
<>
-
+
{image && (
@@ -124,7 +124,7 @@ const Profile = ({ profile, isOwner, session }: Props) => {
Account locked 🔒
) : (
-
+
)}
diff --git a/app/(app)/articles/_client.tsx b/app/(app)/articles/_client.tsx
index b683c818..62f762aa 100644
--- a/app/(app)/articles/_client.tsx
+++ b/app/(app)/articles/_client.tsx
@@ -79,7 +79,7 @@ const ArticlesPage = () => {