Skip to content

Commit df89f09

Browse files
committed
Remove unnecessary StarCount constructor
1 parent 2c31d18 commit df89f09

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/StarCount.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ import classNames from 'classnames'
66
import Odometer from 'react-odometerjs'
77

88
class StarCount extends React.Component {
9-
constructor(props) {
10-
super(props)
11-
this.state = {}
12-
}
13-
149
componentDidMount() {
1510
this.props.subscribeToMore({
1611
document: STARS_SUBSCRIPTION,

0 commit comments

Comments
 (0)