mirror of
https://github.com/mue/mue.git
synced 2026-07-17 05:54:14 +02:00
fix: console error and codacy
This commit is contained in:
@@ -133,7 +133,7 @@ export default class Create extends PureComponent {
|
||||
type: this.state.addonMetadata.type
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
const writeDescription = (
|
||||
<>
|
||||
|
||||
@@ -175,7 +175,7 @@ export default class Marketplace extends PureComponent {
|
||||
const openFeatured = () => {
|
||||
window.stats.postEvent('marketplace', 'Featured clicked');
|
||||
window.open(this.state.featured.buttonLink);
|
||||
}
|
||||
};
|
||||
|
||||
return (
|
||||
<div className='featured' style={{ backgroundColor: this.state.featured.colour }}>
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
.addToMue {
|
||||
@extend %storebutton;
|
||||
|
||||
float: right;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
@@ -177,7 +177,9 @@ p.description {
|
||||
}
|
||||
}
|
||||
|
||||
#item>img, .updateimage, .updatechangelog>p>img {
|
||||
#item>img,
|
||||
.updateimage,
|
||||
.updatechangelog>p>img {
|
||||
border-radius: 12px;
|
||||
height: 200px;
|
||||
width: auto;
|
||||
|
||||
Reference in New Issue
Block a user