Fix eslint errors [MAILPOET-4114]

This commit is contained in:
David Remer
2022-02-22 16:13:33 +02:00
committed by Veljko V
parent eef34670e9
commit 9410659a62
330 changed files with 3834 additions and 3507 deletions

View File

@@ -17,7 +17,8 @@ export default function ManageSubscription() {
<>
{t('manageSubDescription1')}
{' '}
{ReactStringReplace(t('manageSubDescription2'),
{ReactStringReplace(
t('manageSubDescription2'),
/\[link\](.*?)\[\/link\]/,
(text) => (
<a
@@ -30,7 +31,8 @@ export default function ManageSubscription() {
>
{text}
</a>
))}
)
)}
</>
)}
htmlFor="subscription-manage-page"