mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Normalise trailing whitespace and line endings everywhere
This commit is contained in:
@@ -13,7 +13,7 @@ class GenreDetails extends React.Component<GenreDetailsProps, void> {
|
||||
componentWillMount() {
|
||||
this.props.requestGenreDetails(parseInt(this.props.params.genreId));
|
||||
}
|
||||
|
||||
|
||||
componentWillReceiveProps(nextProps: GenreDetailsProps) {
|
||||
this.props.requestGenreDetails(parseInt(nextProps.params.genreId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user