Fix eslint error
[MAILPOET-1927]
This commit is contained in:
committed by
Ján Mikláš
parent
05143cabfd
commit
ebad4c6568
@@ -82,7 +82,7 @@ const WelcomeWizardStepsController = (props) => {
|
||||
</div>
|
||||
<div className="mailpoet_welcome_wizard_flex">
|
||||
<div className="mailpoet_welcome_wizard_illustration">
|
||||
<img src={window['step_' + step + '_illustration_url']} alt="" />
|
||||
<img src={window[`step_${step}_illustration_url`]} alt="" />
|
||||
</div>
|
||||
<div className="mailpoet_welcome_wizard_step">
|
||||
{ step <= stepsCount
|
||||
|
Reference in New Issue
Block a user