From 64d967c2bd94f7fa6a5676b0ea23e009943a5e22 Mon Sep 17 00:00:00 2001 From: daniele-mng Date: Tue, 14 Jan 2025 11:17:58 +0100 Subject: [PATCH] address comments --- src/web/pages/nvts/nvtpreference.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/pages/nvts/nvtpreference.jsx b/src/web/pages/nvts/nvtpreference.jsx index f8e097bf21..e3e194274d 100644 --- a/src/web/pages/nvts/nvtpreference.jsx +++ b/src/web/pages/nvts/nvtpreference.jsx @@ -26,7 +26,7 @@ const StyledTableData = styled(TableData)` word-break: break-word; `; -const noop_convert = value => value; +const noopConvert = value => value; const NvtPreference = ({preference, value = '', onChange}) => { const [checked, setChecked] = useState(false); @@ -50,7 +50,7 @@ const NvtPreference = ({preference, value = '', onChange}) => { if (type === 'checkbox') { input = (