Fix linting error

This commit is contained in:
aonomike 2019-05-03 20:46:58 +03:00
parent f8ff40148c
commit f4b054d4c5

View File

@ -16,7 +16,7 @@ export default {
computed: {
imageSrc() {
const src = this.imageProps.src
return src.startsWith('/') ? src.replace('/','/api/') : src
return src.startsWith('/') ? src.replace('/', '/api/') : src
}
}
}