diff --git a/src/components/ProfileCard/index.tsx b/src/components/ProfileCard/index.tsx index 29264699..50dff04c 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 && ( -
- -
+ )} )