unbreak onboarding modal

This commit is contained in:
Ondřej Hruška 2017-09-28 11:13:37 +02:00
parent cf24ce7e03
commit e9f9e3cc89
No known key found for this signature in database
GPG Key ID: 2C5FD5035250423D
1 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,10 @@ import ComposeForm from '../../compose/components/compose_form';
import Search from '../../compose/components/search';
import NavigationBar from '../../compose/components/navigation_bar';
import ColumnHeader from './column_header';
import { List as ImmutableList } from 'immutable';
import {
List as ImmutableList,
Map as ImmutableMap,
} from 'immutable';
const noop = () => { };
@ -59,7 +62,9 @@ const PageTwo = ({ me }) => (
onClearSuggestions={noop}
onFetchSuggestions={noop}
onSuggestionSelected={noop}
onPrivacyChange={noop}
showSearch
settings={ImmutableMap.of('side_arm', 'none')}
/>
</div>