mirror of
https://github.com/mue/mue.git
synced 2026-07-23 16:57:25 +02:00
fix 400 error on marketplace
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user