Remin pareent
This commit is contained in:
@@ -180,10 +180,14 @@ export class SessionDataProviderService {
|
||||
this.isOfferJob = 0;
|
||||
}
|
||||
profilePicture(){
|
||||
var defualtProfilePicture = "https://www.wrenchboard.com/assets/images/profile.jpg";
|
||||
var profile_p = '';
|
||||
if (this.profile_pic !=''){
|
||||
profile_p="https://www.wrenchboard.com/smedia/LIVE/profile/"+this.profile_pic;
|
||||
}
|
||||
else{
|
||||
profile_p = defualtProfilePicture;
|
||||
}
|
||||
return profile_p;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user