From c847b0f0d5748f6e12ca6b4bf6d6ed30f8ee2ba2 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 17 Apr 2019 10:42:14 +0200 Subject: [PATCH] Display badge in green for new users [MAILPOET-1808] --- .../import/step_method_selection/select_import_method.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/src/subscribers/importExport/import/step_method_selection/select_import_method.jsx b/assets/js/src/subscribers/importExport/import/step_method_selection/select_import_method.jsx index 49ab19dd6d..94b5cfa887 100644 --- a/assets/js/src/subscribers/importExport/import/step_method_selection/select_import_method.jsx +++ b/assets/js/src/subscribers/importExport/import/step_method_selection/select_import_method.jsx @@ -53,7 +53,7 @@ function SelectImportMethod({ const badgeClasses = classNames( 'mailpoet_badge', 'mailpoet_badge_video', - { mailpoet_badge_video_grey: isNewUser } + { mailpoet_badge_video_grey: !isNewUser } ); return ( <>