Remove old comment

revert-5af0e40a
Justin 2022-04-13 08:33:39 -04:00 zatwierdzone przez Alex Gleason
rodzic ec79f6354d
commit 8afb0f6e6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -151,9 +151,7 @@ class SoapboxMount extends React.PureComponent {
const waitlisted = account && !account.getIn(['source', 'approved'], true);
// Disabling introduction for launch
const { needsOnboarding } = this.props;
if (!waitlisted && needsOnboarding) {
return (
<IntlProvider locale={locale} messages={this.state.messages}>