Linting
This commit is contained in:
parent
b2bcdc00cc
commit
ae414a4a85
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default class ProjectImage extends React.Component {
|
||||||
}
|
}
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
if (this.props.data.link.startsWith('#')) {
|
if (this.props.data.link.startsWith('#')) {
|
||||||
this.setState({url: this.props.data.link})
|
this.setState({url: this.props.data.link});
|
||||||
} else {
|
} else {
|
||||||
Reverser(this.props.data.link)
|
Reverser(this.props.data.link)
|
||||||
.then(function (url) {
|
.then(function (url) {
|
||||||
|
|
Reference in a new issue