From aa1314235363b44237a847f136322cf2aef16375 Mon Sep 17 00:00:00 2001 From: mgtennant <100305096+mgtennant@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:17:40 -0700 Subject: [PATCH] Update LicenceDetailsEdit.jsx --- app/client/src/features/licences/LicenceDetailsEdit.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/features/licences/LicenceDetailsEdit.jsx b/app/client/src/features/licences/LicenceDetailsEdit.jsx index de820f8..089e5d6 100644 --- a/app/client/src/features/licences/LicenceDetailsEdit.jsx +++ b/app/client/src/features/licences/LicenceDetailsEdit.jsx @@ -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) {