Do not show subscribe form if language is not english
This commit is contained in:
@@ -293,7 +293,7 @@ export class Landing extends React.Component<LandingProps, LandingState> {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<SubscribeForm />
|
{this.props.translate.getLanguage() === Language.English && <SubscribeForm />}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user