Skip to content

Commit

Permalink
fix (#1082)
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinets authored Apr 18, 2022
1 parent 5b384da commit 0c6d2e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container">
<div class="container" *ngIf="provider">

<ng-container *ngIf="(isMobileScreen$ | async) && workshop && (role !== Role.provider)">
<app-actions [role]="role" [workshop]="workshop"></app-actions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export class InformationPageComponent implements OnInit, OnDestroy {
this.address = provider.actualAddress
? provider.actualAddress
: provider.legalAddress;
this.setCoverImage();
this.provider = provider;
this.setCoverImage();
};

provider: Provider;
Expand Down

0 comments on commit 0c6d2e0

Please sign in to comment.