mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Fix linting error
This commit is contained in:
parent
f8ff40148c
commit
f4b054d4c5
@ -16,7 +16,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
imageSrc() {
|
imageSrc() {
|
||||||
const src = this.imageProps.src
|
const src = this.imageProps.src
|
||||||
return src.startsWith('/') ? src.replace('/','/api/') : src
|
return src.startsWith('/') ? src.replace('/', '/api/') : src
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user