Skip to content
Snippets Groups Projects
Commit 601b574c authored by Ray Schamp's avatar Ray Schamp
Browse files

Remove tag icons

parent 6d051853
Branches
Tags
No related merge requests found
......@@ -4,8 +4,6 @@ import React from 'react';
import Button from '../button/button.jsx';
import placeholderSvg from '../../lib/assets/placeholder.svg';
import styles from './tag-button.css';
const TagButtonComponent = ({
......@@ -42,8 +40,7 @@ TagButtonComponent.propTypes = {
};
TagButtonComponent.defaultProps = {
active: false,
iconSrc: placeholderSvg
active: false
};
export default TagButtonComponent;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment