Skip to content

Commit a0b2b99

Browse files
committed
remove the • section
1 parent 23f87c0 commit a0b2b99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

source/views/student-orgs/list.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ export class StudentOrgsView extends React.Component {
138138
)
139139
}
140140

141-
getSectionListTitle = (name: string) => {
142-
return name === 'New' ? '•' : name
143-
}
144-
145141
renderRow = ({item}: {item: StudentOrgType}) => {
146142
return (
147143
<ListRow
@@ -241,7 +237,6 @@ export class StudentOrgsView extends React.Component {
241237
<StyledAlphabetListView
242238
data={this.state.results}
243239
cell={this.renderRow}
244-
getSectionListTitle={this.getSectionListTitle}
245240
// just setting cellHeight sends the wrong values on iOS.
246241
cellHeight={
247242
rowHeight +

0 commit comments

Comments
 (0)