Skip to content

Commit

Permalink
Merge pull request #5 from amina-deriv/amina/feature/90115/update_jur…
Browse files Browse the repository at this point in the history
…isdiction

Amina/feature/90115/update jurisdiction
  • Loading branch information
shaheer-deriv authored Apr 6, 2023
2 parents 2b4c580 + 7045011 commit 5a22d63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/trader/src/Stores/Modules/Trading/trade-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,11 @@ export default class TradeStore extends BaseStore {
}
);
reaction(
() => this.root_store.common.is_language_changing,
() => this.root_store.common.current_language,
() => {
this.setValidationRules(getValidationRules());
this.changeDurationValidationRules();
this.validateAllProperties();
}
);
when(
Expand Down

0 comments on commit 5a22d63

Please sign in to comment.