Skip to content

Commit e0ad0b4

Browse files
committed
minor
1 parent 40b2e3a commit e0ad0b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/templates/forms/ContactEquinorForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const ContactEquinorForm = () => {
7979
}
8080

8181
// Call the server action directly
82-
// CAT0012836 is CAT ID for Contact Equinor Form
82+
// CAT0012836 is CAT ID for Contact Equinor Form //
8383
const result = await submitFormServerAction(JSON.stringify(finalFormData), 'CAT0012836')
8484

8585
setServerError(result.status !== 200)

0 commit comments

Comments
 (0)