Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Suisin/solve wrong message when updating profile #7338

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ const PersonalDetails = (() => {

const setDetailsResponse = (response) => {
// allow user to resubmit the form on error.
const is_error = response.set_settings !== 1;
const is_error = response.error;
if (!is_error) {
// to update tax information message for financial clients
BinarySocket.send({ get_account_status: 1 }, { forced: true }).then(() => {
Expand Down