Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | <div [fxShow]="!isShowCamera" fxLayout="column" fxLayoutAlign="space-between center" fxFlexFill> |
21 | 21 | <div class="tb-web-camera__last-photo" fxFlex> |
22 | 22 | <span [fxShow]="!lastPhoto" class="tb-web-camera__last-photo_text" translate>widgets.input-widgets.no-image</span> |
23 | - <img [fxShow]="lastPhoto" class="tb-web-camera__last-photo_img" [src]="safeLastPhoto" alt="last photo"/> | |
23 | + <img [fxShow]="lastPhoto" class="tb-web-camera__last-photo_img" [src]="lastPhoto" alt="last photo"/> | |
24 | 24 | </div> |
25 | 25 | <button mat-raised-button color="primary" (click)="takePhoto()"> |
26 | 26 | {{ "widgets.input-widgets.take-photo" | translate }} | ... | ... |