Skip to content

Fix render loop after ack - #8

Open
mamali-fs wants to merge 2 commits into
hubert-deriv:MLT_account_closurefrom
mamali-fs:render-loop
Open

Fix render loop after ack#8
mamali-fs wants to merge 2 commits into
hubert-deriv:MLT_account_closurefrom
mamali-fs:render-loop

Conversation

@mamali-fs

Copy link
Copy Markdown

No description provided.

Comment on lines -318 to -324
if (can_have_mlt_account) {
showMxMltUnavailableError(showError, can_have_mlt_account);
return;
} else if (can_have_mx_account) {
showMxMltUnavailableError(showError, false, can_have_mx_account);
return;
}

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the problematic part. the flow would get into else which was not there. I've merged both conditions into 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant