mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Notifications working everywhere :D
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user