fix(private-zone): hide incomplete albums and refresh Maya cover
Docker Image / Build and Push Docker Image (push) Successful in 1m59s
Docker Image / Build and Push Docker Image (push) Successful in 1m59s
This commit is contained in:
@@ -13,6 +13,8 @@ export interface PrivateZoneState {
|
||||
characterId: string;
|
||||
items: readonly PrivateAlbum[];
|
||||
creditBalance: number;
|
||||
pendingImageCount: number;
|
||||
hasIncompleteContent: boolean;
|
||||
errorMessage: string | null;
|
||||
unlockingAlbumId: string | null;
|
||||
unlockErrorMessage: string | null;
|
||||
@@ -28,6 +30,8 @@ export function createInitialPrivateZoneState(
|
||||
characterId,
|
||||
items: [],
|
||||
creditBalance: 0,
|
||||
pendingImageCount: 0,
|
||||
hasIncompleteContent: false,
|
||||
errorMessage: null,
|
||||
unlockingAlbumId: null,
|
||||
unlockErrorMessage: null,
|
||||
|
||||
Reference in New Issue
Block a user