Skip to content

Commit

Permalink
Merge branch 'thisyahlen/92858/firefox_staging_fix' of github.com:thi…
Browse files Browse the repository at this point in the history
…syahlen-deriv/deriv-app into thisyahlen/92858/firefox_staging_fix
  • Loading branch information
thisyahlen-deriv committed Apr 7, 2023
2 parents 7043131 + 216981e commit 98565fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/trader/src/Stores/Modules/Trading/trade-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,10 @@ export default class TradeStore extends BaseStore {
}
);
reaction(
() => this.root_store.common.current_language,
() => this.root_store.common.is_language_changing,
() => {
this.setValidationRules(getValidationRules());
this.changeDurationValidationRules();
this.validateAllProperties();
}
);
when(
Expand Down

0 comments on commit 98565fb

Please sign in to comment.