From fa2f6b1819415a9b52d537a008c925cf3242ccc1 Mon Sep 17 00:00:00 2001 From: Peter Tandler Date: Sun, 11 Jun 2023 16:06:26 +0200 Subject: [PATCH] fix warning about className and readOnly form --- src/uiutil.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uiutil.jsx b/src/uiutil.jsx index a105145..65ddd0d 100644 --- a/src/uiutil.jsx +++ b/src/uiutil.jsx @@ -404,8 +404,8 @@ export function CLIEquivalent(props) { return <> - {visible && } - {visible && } + {visible && } + {visible && } ; }