pl-fe: remove the code that turns everyone into a girl
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -130,8 +130,6 @@ const ProfileInfoPanel: React.FC<IProfileInfoPanel> = ({ account, username }) =>
|
||||
const memberSinceDate = intl.formatDate(account.created_at, { month: 'long', year: 'numeric' });
|
||||
const badges = getBadges();
|
||||
|
||||
account.pronouns = ['she', 'her'];
|
||||
|
||||
return (
|
||||
<div className='mt-6 min-w-0 flex-1 sm:px-2'>
|
||||
<Stack space={2}>
|
||||
|
||||
Reference in New Issue
Block a user