There was an error while loading. Please reload this page.
1 parent d1010cd commit ef2266fCopy full SHA for ef2266f
1 file changed
web/components/profile-about.tsx
@@ -121,6 +121,7 @@ export default function ProfileAbout(props: {
121
<Col className={clsx('relative gap-3 overflow-hidden rounded')}>
122
<SeekingAndRelationship profile={profile} />
123
<Orientation profile={profile} />
124
+ <CombinedChildren profile={profile} />
125
<Education profile={profile} />
126
<OccupationAndWork profile={profile} />
127
<Politics profile={profile} />
@@ -133,7 +134,6 @@ export default function ProfileAbout(props: {
133
134
<Psychedelics profile={profile} />
135
<Diet profile={profile} />
136
<LanguagesSection profile={profile} />
- <CombinedChildren profile={profile} />
137
{!isCurrentUser && (
138
<>
139
<LastOnline lastOnlineTime={userActivity?.last_online_time} />
0 commit comments