Removing console.log
Этот коммит содержится в:
@@ -35,7 +35,6 @@ export default class ActivityLogModal extends React.Component {
|
|||||||
modalContent.addClass('animation--highlight');
|
modalContent.addClass('animation--highlight');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
modalContent.removeClass('animation--highlight');
|
modalContent.removeClass('animation--highlight');
|
||||||
console.log(that);
|
|
||||||
}, 1500);
|
}, 1500);
|
||||||
Client.revokeSession(altId,
|
Client.revokeSession(altId,
|
||||||
function handleRevokeSuccess() {
|
function handleRevokeSuccess() {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user