parent
ebe2ad1520
commit
b28d329654
|
@ -43,7 +43,7 @@
|
|||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 0 1 300px;
|
||||
flex: 0 1 350px;
|
||||
}
|
||||
|
||||
.left,
|
||||
|
|
|
@ -530,4 +530,8 @@ SeriesDetailsSeason.propTypes = {
|
|||
onSearchPress: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
SeriesDetailsSeason.defaultProps = {
|
||||
statistics: {}
|
||||
};
|
||||
|
||||
export default SeriesDetailsSeason;
|
||||
|
|
Loading…
Reference in New Issue