Skip to content
Prev Previous commit
Next Next commit
fix: TTA-196 variable was ill defined
  • Loading branch information
mmaquina committed Oct 24, 2022
commit d433bdacd6e9ba43449f7664b98a3183330b4bd6
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Pipe, PipeTransform } from '@angular/core';
import * as moment from 'moment';

let FIXED_POINT_DIGITS 1;
const FIXED_POINT_DIGITS = 1;
@Pipe({
name: 'substractDateDisplayAsFloat'
})
Expand Down