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 {
}
},
isImage () {
console.log("caca");
return !this.imgError && Boolean(this.src)
},
......
......@@ -12,7 +12,7 @@
import Avatar from '@/components/Avatar.vue'
export default {
name: 'Home',
name: 'UserRibbon',
props: {
username: {
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