Notifications working everywhere :D

This commit is contained in:
Belen Curcio
2017-01-30 15:27:09 -03:00
parent 7a227dff91
commit f7725f4143
4 changed files with 12 additions and 10 deletions
@@ -3,10 +3,9 @@ import {SnackBar} from 'coral-ui';
const Notification = (props) => {
if (props.notification.text) {
// setTimeout(() => {
// props.clearNotification();
// }, props.notifLength);
setTimeout(() => {
props.clearNotification();
}, props.notifLength);
}
return (
<div>