diff --git a/app/javascript/onboarding/components/FollowUsers.jsx b/app/javascript/onboarding/components/FollowUsers.jsx index 76bb32dcb..d4bf86956 100644 --- a/app/javascript/onboarding/components/FollowUsers.jsx +++ b/app/javascript/onboarding/components/FollowUsers.jsx @@ -1,5 +1,6 @@ import { h, Component } from 'preact'; import PropTypes from 'prop-types'; +import he from 'he'; import Navigation from './Navigation'; import { getContentOfToken } from '../utilities'; @@ -169,7 +170,9 @@ class FollowUsers extends Component {
{user.summary}
++ {he.unescape(user.summary || '')} +