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.
1 parent 23f87c0 commit a0b2b99Copy full SHA for a0b2b99
source/views/student-orgs/list.js
@@ -138,10 +138,6 @@ export class StudentOrgsView extends React.Component {
138
)
139
}
140
141
- getSectionListTitle = (name: string) => {
142
- return name === 'New' ? '•' : name
143
- }
144
-
145
renderRow = ({item}: {item: StudentOrgType}) => {
146
return (
147
<ListRow
@@ -241,7 +237,6 @@ export class StudentOrgsView extends React.Component {
241
237
<StyledAlphabetListView
242
238
data={this.state.results}
243
239
cell={this.renderRow}
244
- getSectionListTitle={this.getSectionListTitle}
245
240
// just setting cellHeight sends the wrong values on iOS.
246
cellHeight={
247
rowHeight +
0 commit comments