diff --git a/js/component/common.js b/js/component/common.js
index c1dd5610e..13d6544d9 100644
--- a/js/component/common.js
+++ b/js/component/common.js
@@ -18,7 +18,8 @@ var Link = React.createClass({
className = (this.props.button ? 'button-block button-' + this.props.button : 'button-text') +
(this.props.hidden ? ' hidden' : '') + (this.props.disabled ? ' disabled' : '');
return (
-
+
{this.props.icon ? icon : '' }
{this.props.label}