Fix the appearance of comments
This commit is contained in:
@@ -7,6 +7,7 @@ export default class MyUserModel
|
||||
{
|
||||
id = "";
|
||||
creatorAlias = "";
|
||||
alias = null;
|
||||
firstName = "";
|
||||
lastName = "";
|
||||
userName = "";
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
export default class StoredDataUrlsModel
|
||||
{
|
||||
bannerPictureUrl = "";
|
||||
profilePictureUrl = "";
|
||||
websiteIconUrl = "";
|
||||
bannerPictureUrl = null;
|
||||
profilePictureUrl = null;
|
||||
websiteIconUrl = null;
|
||||
|
||||
static createFromApiResult(apiResult){
|
||||
return Object.assign(new StoredDataUrlsModel(), apiResult)
|
||||
|
||||
Reference in New Issue
Block a user