Skip to content

Commit

Permalink
Fix an issue with MultiSelect view container
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Jun 1, 2018
1 parent d45ca57 commit 0609773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/specialEvents/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MultiSelect extends Component {
const dataSource = ds.cloneWithRows(items)

return (
<View>
<View style={css.main_full_flex}>
<ScrollView style={css.scroll_default} contentContainerStyle={css.specialevents_filter}>
<ListView
dataSource={dataSource}
Expand Down

0 comments on commit 0609773

Please sign in to comment.