Skip to content

Commit

Permalink
Removes trailing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Dec 13, 2024
1 parent 1f1b5ab commit 3184676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/addressForm/addressForm.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ export default angular
address: '=',
parentForm: '<',
onAddressChanged: '&',
addressDisabled: '<',
addressDisabled: '<'
}
})

0 comments on commit 3184676

Please sign in to comment.