Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed May 17, 2023
2 parents 01b71b0 + 4768b19 commit 677a634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class DetailedCardComponent implements OnInit, OnDestroy {
this.setBackgroundStyle(this.request.background);
return;
}

// Set background style while image path is loading.
this.setBackgroundStyle(null);
switch (this.request.type) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
</ng-template>
</p-carousel>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export interface IRecentlyRequested {

posterPath: string;
background: string;
}
}

0 comments on commit 677a634

Please sign in to comment.