diff --git a/src/components/ProfileCard/index.tsx b/src/components/ProfileCard/index.tsx index 2926469..50dff04 100644 --- a/src/components/ProfileCard/index.tsx +++ b/src/components/ProfileCard/index.tsx @@ -19,12 +19,10 @@ export default function ProfileCard({ pubkey }: { pubkey: string }) { {about && ( -
- -
+ )} )