Skip to content

Commit 17554f2

Browse files
committed
clean up copy pasta
1 parent 05f0d7e commit 17554f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/Statistic/Statistics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ export default class Statistics extends Component {
1717

1818
render() {
1919
const classes = classNames(
20-
'sd-buttons',
20+
'sd-statistic',
2121
'ui',
2222
this.props.className,
23-
'buttons'
23+
'statistic'
2424
);
2525
return (
2626
<div {...this.props} className={classes}>

0 commit comments

Comments
 (0)