Files
talk/plugins/talk-plugin-toxic-comments/client/components/ToxicLabel.js
T
2018-02-16 14:34:04 -07:00

7 lines
194 B
JavaScript

import React from 'react';
import { FlagLabel } from 'plugin-api/beta/client/components/ui';
const ToxicLabel = () => <FlagLabel iconName="error">Toxic</FlagLabel>;
export default ToxicLabel;