Commit c2db85c2 authored by quentin.vrel's avatar quentin.vrel

corrections to the avatar and ribbon components

parent 6081d340
...@@ -80,7 +80,6 @@ export default { ...@@ -80,7 +80,6 @@ export default {
} }
}, },
isImage () { isImage () {
console.log("caca");
return !this.imgError && Boolean(this.src) return !this.imgError && Boolean(this.src)
}, },
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
import Avatar from '@/components/Avatar.vue' import Avatar from '@/components/Avatar.vue'
export default { export default {
name: 'Home', name: 'UserRibbon',
props: { props: {
username: { username: {
type: String type: String
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment