mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Working on the tests & sending CSRF
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
const Notification = (props) => {
|
||||
console.log('ACA EL PROBLEMA notification');
|
||||
if (props.notification.text) {
|
||||
setTimeout(() => {
|
||||
props.clearNotification();
|
||||
|
||||
Reference in New Issue
Block a user