File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,12 @@ export default function ProfileAbout(props: {
5858 >
5959 < Seeking profile = { profile } />
6060 < RelationshipType profile = { profile } />
61- < HasKids profile = { profile } />
61+ < Education profile = { profile } />
62+ < Occupation profile = { profile } />
6263 < AboutRow
6364 icon = { < RiScales3Line className = "h-5 w-5" /> }
6465 text = { profile . political_beliefs ?. map ( belief => REVERTED_POLITICAL_CHOICES [ belief ] ) }
6566 />
66- < Education profile = { profile } />
67- < Occupation profile = { profile } />
6867 < AboutRow
6968 icon = { < PiHandsPrayingBold className = "h-5 w-5" /> }
7069 text = { profile . religious_beliefs }
@@ -81,6 +80,7 @@ export default function ProfileAbout(props: {
8180 icon = { < PiPlantBold className = "h-5 w-5" /> }
8281 text = { profile . is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null }
8382 />
83+ < HasKids profile = { profile } />
8484 < WantsKids profile = { profile } />
8585 { ! isCurrentUser && < LastOnline lastOnlineTime = { userActivity ?. last_online_time } /> }
8686 < UserHandles links = { profile . user . link } />
You can’t perform that action at this time.
0 commit comments