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 4db76df + f974ffb commit 9301ee5Copy full SHA for 9301ee5
source/views/transportation/bus/line.js
@@ -121,13 +121,6 @@ export class BusLine extends React.Component<Props, State> {
121
return deriveFromProps(nextProps)
122
}
123
124
- shouldComponentUpdate(nextProps: Props) {
125
- return (
126
- this.props.now.isSame(nextProps.now, 'minute') ||
127
- this.props.line !== nextProps.line
128
- )
129
- }
130
-
131
keyExtractor = (item: BusTimetableEntry, index: number) => index.toString()
132
133
renderItem = ({item, index}: {index: number, item: BusTimetableEntry}) => (
0 commit comments