diff --git a/app/javascript/mastodon/features/terms_of_service/index.jsx b/app/javascript/mastodon/features/terms_of_service/index.jsx index 6c51fbfc7a870f..46c184be0113a3 100644 --- a/app/javascript/mastodon/features/terms_of_service/index.jsx +++ b/app/javascript/mastodon/features/terms_of_service/index.jsx @@ -9,8 +9,7 @@ import { Helmet } from 'react-helmet'; import Column from 'mastodon/components/column'; -export default @injectIntl -class PrivacyPolicy extends React.PureComponent { +class TermsOfService extends React.PureComponent { static propTypes = { intl: PropTypes.object, @@ -239,3 +238,5 @@ class PrivacyPolicy extends React.PureComponent { } } + +export default injectIntl(TermsOfService); \ No newline at end of file