diff --git a/app/assets/javascripts/components/Notifications/index.jsx b/app/assets/javascripts/components/Notifications/index.jsx index 97dde28de..8ef535a00 100644 --- a/app/assets/javascripts/components/Notifications/index.jsx +++ b/app/assets/javascripts/components/Notifications/index.jsx @@ -2,8 +2,8 @@ import React from 'react'; import Message from './Message'; import PropTypes from 'prop-types'; -const Notifications = ({ notifications, onRemove, ...props }) => ( -