Do not show subscribe form if language is not english
This commit is contained in:
parent
cf73363016
commit
3c508c1d27
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user