Remove comment

pull/948/head
Andrew Watkins 2017-03-01 10:00:44 -08:00
parent b191ec5b77
commit aaf43c466a
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ import AJAX from 'utils/ajax';
import _ from 'lodash';
import NoKapacitorError from '../../shared/components/NoKapacitorError';
// Kevin: because we were getting strange errors saying
// "Failed prop type: Required prop `source` was not specified in `AlertsApp`."
// Tim and I decided to make the source and addFlashMessage props not required.
// FIXME: figure out why that wasn't working
const AlertsApp = React.createClass({
propTypes: {
source: PropTypes.shape({