- Fixed Image avatar user list, q-qvatar rounded image
This commit is contained in:
@@ -293,7 +293,7 @@ export default class SingleProject extends Vue {
|
||||
}
|
||||
|
||||
get isMyProject() {
|
||||
return this.itemproject.userId === UserStore.state.userId
|
||||
return this.itemproject.userId === UserStore.state.my._id
|
||||
}
|
||||
|
||||
get tipoProj() {
|
||||
|
||||
Reference in New Issue
Block a user