Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jul 10, 2018
1 parent fd33e67 commit 8714698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phenome/components/actions-group.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default {
const classes = Utils.classNames(
className,
'actions-group',
...Mixins.colorClasses(props),
Mixins.colorClasses(props),
);

return (
Expand Down

0 comments on commit 8714698

Please sign in to comment.