diff --git a/client/source/scripts/components/action-bar/Action.js b/client/source/scripts/components/action-bar/Action.js index 8995a6f2..9eb81014 100644 --- a/client/source/scripts/components/action-bar/Action.js +++ b/client/source/scripts/components/action-bar/Action.js @@ -1,22 +1,16 @@ import React from 'react'; -import Icon from '../icons/Icon'; +import Stop from '../icons/Stop'; export default class Action extends React.Component { - - constructor() { - super(); - } - render() { let classString = 'action action--' + this.props.slug; return (