Fix lint error
MAILPOET-6022
This commit is contained in:
committed by
Aschepikov
parent
b84585c4af
commit
c2a61ebd86
@@ -75,13 +75,15 @@ export const useNotices = () => {
|
||||
'<a> https://kb.mailpoet.com/article/258-re-installing-updating-the-plugin-via-ftp </a>',
|
||||
),
|
||||
{
|
||||
// eslint-disable-next-line jsx-a11y/anchor-has-content, jsx-a11y/control-has-associated-label
|
||||
a: (
|
||||
<a
|
||||
aria-label={err.error}
|
||||
href="https://kb.mailpoet.com/article/258-re-installing-updating-the-plugin-via-ftp"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
/>
|
||||
>
|
||||
|
||||
</a>
|
||||
),
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user