Skip to content

Commit

Permalink
Update components/organisms/ProfileTabBody.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: caco.eth <[email protected]>
  • Loading branch information
eduramme and FrancoAguzzi authored Sep 5, 2024
1 parent 85234d7 commit 299b566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/ProfileTabBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const ProfileTabBody = ({ domainData }: ProfileTabProps) => {
<ProfileRecordItem
icon={EthTransparentSVG}
label="parent"
text={domainData?.parent ?? ""}
text={domainData.parent}
/>
)}
</Skeleton>
Expand Down

0 comments on commit 299b566

Please sign in to comment.