Web: Deleted useless code.

This commit is contained in:
Tatiana Lopaeva 2022-10-14 11:33:01 +03:00
parent b55107dffd
commit c860447909

View File

@ -57,7 +57,6 @@ const DirectThirdPartyConnection = (props) => {
}, []);
useEffect(() => {
updateAccountsInfo();
}, [selectedThirdPartyAccount === null]);
@ -240,7 +239,7 @@ const DirectThirdPartyConnection = (props) => {
provider_key,
provider_id
);
console.log("saveSettings");
setSelectedThirdPartyAccount(null);
} catch (e) {
setState({ isLoading: false, isUpdatingInfo: false });