From 5a132abc17942f124a4a144752fb77ec8cfb5f7d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 27 Oct 2023 09:48:11 +0200 Subject: [PATCH] lib: Drop unknown noVerticalAlign property from HelpIcon This isn't documented anywhere on https://www.patternfly.org/components/icon/, no other instance uses it, and React complains about it: > React does not recognize the `noVerticalAlig` prop on a DOM element. We don't cover that bit in Cockpit's tests, but cockpit-machines does. --- pkg/lib/cockpit-components-password.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/lib/cockpit-components-password.jsx b/pkg/lib/cockpit-components-password.jsx index 70c736328636..38c7cd6dbf8c 100644 --- a/pkg/lib/cockpit-components-password.jsx +++ b/pkg/lib/cockpit-components-password.jsx @@ -99,7 +99,7 @@ export const PasswordFormFields = ({ }