mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-21 19:39:17 +00:00
Revert eslint upgrade, fix linting
This commit is contained in:
@@ -111,7 +111,7 @@ function DomainNamesField({
|
||||
{helperTexts.length
|
||||
? helperTexts.map((i) => {
|
||||
return <FormHelperText key={i}>{i}</FormHelperText>;
|
||||
})
|
||||
})
|
||||
: null}
|
||||
<FormErrorMessage>{form.errors.domainNames}</FormErrorMessage>
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user