Skip to content

Commit

Permalink
Update LicenceDetailsEdit.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Oct 16, 2024
1 parent a1e6142 commit aa13142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/src/features/licences/LicenceDetailsEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export default function LicenceDetailsEdit({
};

const editPhone = () => {
// The watch doesnt seem to be updated when adding the initial entry to phone numbers
// The watch doesn't seem to be updated when adding the initial entry to phone numbers
// So manually set the key here
let selectedKey = watchPhoneKey;
if (!selectedKey || selectedKey.length === 0) {
Expand Down

0 comments on commit aa13142

Please sign in to comment.