diff --git a/src/pages/ProfilePage/index.tsx b/src/pages/ProfilePage/index.tsx
index a845cf0..b778580 100644
--- a/src/pages/ProfilePage/index.tsx
+++ b/src/pages/ProfilePage/index.tsx
@@ -53,7 +53,7 @@ function ProfileContent({ id }: { id: number }) {
- {data && }
+ {data && }
)
}