Skip to content

Commit dcd49b1

Browse files
committed
chore(time-picker): update input pipe
1 parent 6ff800f commit dcd49b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/time-picker/time-picker.pipes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class TimeInputFormatPipe implements PipeTransform {
121121
}
122122

123123
// TODO: Pending refactoring.
124-
value = value ? value : (this.timePicker as any).displayValue;
124+
value = (this.timePicker as any).displayValue;
125125
if (!value || value === mask) {
126126
return mask;
127127
}

0 commit comments

Comments
 (0)