mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-04 21:24:08 -04:00
Move last above social links
This commit is contained in:
@@ -80,8 +80,8 @@ export default function ProfileAbout(props: {
|
||||
text={profile.is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null}
|
||||
/>
|
||||
<WantsKids profile={profile}/>
|
||||
<UserHandles links={profile.user.link}/>
|
||||
{!isCurrentUser && <LastOnline lastOnlineTime={userActivity?.last_online_time}/>}
|
||||
<UserHandles links={profile.user.link}/>
|
||||
</Col>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user