Fix: Due to matching of timestamp vs date, on the day that a product valid_till expired,
comparison with voucher.date would wrongly fail.
This commit is contained in:
@ -13,8 +13,8 @@
|
||||
<mat-icon matSuffix (click)="hide = !hide">{{ hide ? 'visibility' : 'visibility_off' }}</mat-icon>
|
||||
</mat-form-field>
|
||||
</div>
|
||||
<mat-divider></mat-divider>
|
||||
@if (unregisteredDevice) {
|
||||
<mat-divider></mat-divider>
|
||||
<h2>Sorry, device {{ deviceName }} is not enabled.</h2>
|
||||
}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user