mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +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