From 57576827322a2403bde3991ebe1dab68fabfa45b Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 23 May 2017 11:57:51 -0400 Subject: [PATCH] Removes files that came from the merge and do not exist in master. --- .../client/components/LoveIcon.js | 20 ------------- .../client/components/style.css | 30 ------------------- .../client/containers/LoveIcon.js | 19 ------------ plugins/coral-plugin-love/client/index.js | 2 +- 4 files changed, 1 insertion(+), 70 deletions(-) delete mode 100644 plugins/coral-plugin-love/client/components/LoveIcon.js delete mode 100644 plugins/coral-plugin-love/client/components/style.css delete mode 100644 plugins/coral-plugin-love/client/containers/LoveIcon.js diff --git a/plugins/coral-plugin-love/client/components/LoveIcon.js b/plugins/coral-plugin-love/client/components/LoveIcon.js deleted file mode 100644 index dd217c090..000000000 --- a/plugins/coral-plugin-love/client/components/LoveIcon.js +++ /dev/null @@ -1,20 +0,0 @@ -import React from 'react'; -import styles from './style.css'; -import cn from 'classnames'; - -export default class LoveIcon extends React.Component { - - render() { - const {me} = this.props.data; - let love = me && me.roles && me.roles[0] === 'ADMIN'; - - return ( -
-