Skip to content

Commit

Permalink
Update != to !==
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot committed Dec 20, 2023
1 parent 3e23c35 commit 08eee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Amalgamation/AmalgamatingBusinesses.vue
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ export default class AmalgamatingBusinesses extends Mixins(AmalgamationMixin, Co
)
// Update validation on jurisdiction change
if (this.isForeignBusinessValid != null) {
if (this.isForeignBusinessValid !== null) {
this.validateAddAmalgamatingForeignBusiness()
}
}
Expand Down

0 comments on commit 08eee58

Please sign in to comment.