We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1d10e2 + 8aa2c5f commit 4b3adb7Copy full SHA for 4b3adb7
source/views/calendar/event-list.js
@@ -79,6 +79,7 @@ export class EventList extends React.PureComponent<Props> {
79
renderItem={this.renderItem}
80
renderSectionHeader={this.renderSectionHeader}
81
sections={this.groupEvents(this.props.events, this.props.now)}
82
+ showsVerticalScrollIndicator={false}
83
style={styles.container}
84
/>
85
)
0 commit comments