summaryrefslogtreecommitdiffstats
path: root/src/generic-components/notifications/NotificationModal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic-components/notifications/NotificationModal.jsx')
-rw-r--r--src/generic-components/notifications/NotificationModal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/generic-components/notifications/NotificationModal.jsx b/src/generic-components/notifications/NotificationModal.jsx
index b09212d..1547da3 100644
--- a/src/generic-components/notifications/NotificationModal.jsx
+++ b/src/generic-components/notifications/NotificationModal.jsx
@@ -30,6 +30,7 @@
*
*/
import React, {Component, PropTypes} from 'react';
+import { PropTypes } from 'prop-types';
import {connect} from 'react-redux';
import Button from 'react-bootstrap/lib/Button.js';