marketplace changes and cleanup etc

This commit is contained in:
David Ralph
2020-10-16 22:54:40 +01:00
parent a865cb87ef
commit 4dd3e550a8
3 changed files with 10 additions and 12 deletions

View File

@@ -161,7 +161,7 @@ export default class Marketplace extends React.PureComponent {
return (
<div id='marketplace'>
<div className='emptyMessage' style={{'marginTop': '20px', 'transform': 'translateY(80%)'}}>
<h1>Loading...</h1>
<h1>{this.props.updateLanguage.loading}</h1>
</div>
</div>
)