diff --git a/app/javascript/gabsocial/components/display_name_badge.js b/app/javascript/gabsocial/components/display_name_badge.js deleted file mode 100644 index d349191e..00000000 --- a/app/javascript/gabsocial/components/display_name_badge.js +++ /dev/null @@ -1,17 +0,0 @@ -import React from 'react'; -import ImmutablePropTypes from 'react-immutable-proptypes'; -import PropTypes from 'prop-types'; - -export default class DisplayNameBadge extends React.PureComponent { - - static propTypes = { - label: PropTypes.string, - }; - - render() { - const { label } = this.props; - - return {label}; - } - -} \ No newline at end of file