Skip to content

Commit 3c324f3

Browse files
Fix lint
1 parent ef4d89d commit 3c324f3

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/Stats/HistoryGraph

1 file changed

+1
-1
lines changed

src/shared/components/ProfilePage/Stats/HistoryGraph/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export default class HistoryGraph extends React.Component {
259259
render() {
260260
return (
261261
<div styleName="history-graph" ref={this.graphRef}>
262-
<ChartTooltip {...this.state} />
262+
<ChartTooltip {...this.state} />
263263
</div>
264264
);
265265
}

0 commit comments

Comments
 (0)