fix 400 error on marketplace

This commit is contained in:
David Ralph
2020-08-29 12:51:32 +01:00
parent 7a443c16bf
commit d7e0091136

View File

@@ -3,6 +3,7 @@ import ArrowBackIcon from '@material-ui/icons/ArrowBack';
export default class Item extends React.PureComponent {
render() {
if (!this.props.data.icon) return <div></div>;
return (
<div id='item'>
<br/>