mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-27 06:57:27 +00:00
Updated project linter rules and ran it
This commit is contained in:
@@ -5,7 +5,7 @@ export default class Avatar extends Component {
|
||||
render() {
|
||||
const image = this.props.image;
|
||||
const style = {
|
||||
backgroundImage: `url(${image})`
|
||||
backgroundImage: `url(${image})`,
|
||||
};
|
||||
return <div className={styles.avatar} style={style} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user