Update alert.js
This commit is contained in:
@@ -9,8 +9,4 @@ export const setAlert = (msg, alertType, timeout = 5000) => dispatch => {
|
||||
});
|
||||
|
||||
setTimeout(() => dispatch({ type: REMOVE_ALERT, payload: id }), timeout);
|
||||
<<<<<<< HEAD
|
||||
};
|
||||
=======
|
||||
};
|
||||
>>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb
|
||||
|
||||
Reference in New Issue
Block a user