Web: People: fixed onDeletePersonalDataClick

This commit is contained in:
Nikita Gopienko 2021-06-02 13:46:25 +03:00
parent 418f7161c5
commit f9e53d038f

View File

@ -264,7 +264,7 @@ class SectionHeaderContent extends React.PureComponent {
};
onDeletePersonalDataClick = () => {
toastr.success("Context action: Delete personal data");
console.log("Context action: Delete personal data");
};
toggleDeleteProfileEverDialog = () =>