File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class DiscontinuedSummary {
99 const result = [ ] ;
1010 result . push ( {
1111 key : 'products' ,
12- label : 'Producs ' ,
12+ label : 'Products ' ,
1313 summaryResult : data . length
1414 } ) ;
1515 result . push ( {
@@ -19,7 +19,7 @@ class DiscontinuedSummary {
1919 } ) ;
2020 result . push ( {
2121 key : 'discontinued' ,
22- label : 'Discontinued Producs ' ,
22+ label : 'Discontinued Products ' ,
2323 summaryResult : allData . map ( r => r [ 'Discontinued' ] ) . filter ( ( rec ) => rec ) . length
2424 } ) ;
2525 result . push ( {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class DiscontinuedSummary {
99 const result = [ ] ;
1010 result . push ( {
1111 key : 'products' ,
12- label : 'Producs ' ,
12+ label : 'Products ' ,
1313 summaryResult : data . length
1414 } ) ;
1515 result . push ( {
@@ -19,7 +19,7 @@ class DiscontinuedSummary {
1919 } ) ;
2020 result . push ( {
2121 key : 'discontinued' ,
22- label : 'Discontinued Producs ' ,
22+ label : 'Discontinued Products ' ,
2323 summaryResult : allData . map ( r => r [ 'Discontinued' ] ) . filter ( ( rec ) => rec ) . length
2424 } ) ;
2525 result . push ( {
You can’t perform that action at this time.
0 commit comments