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 = (