move static data
This commit is contained in:
@@ -32,4 +32,12 @@ export class RequestAvatarGenerationViewModel {
|
||||
get firstAvatarUrl(): string | undefined {
|
||||
return this.avatarUrls?.[0];
|
||||
}
|
||||
|
||||
get avatarUrl(): string | undefined {
|
||||
return this.firstAvatarUrl;
|
||||
}
|
||||
|
||||
get error(): string | undefined {
|
||||
return this.errorMessage;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user