[accelerator] fix success rate stat value
This commit is contained in:
parent
f6d7790512
commit
8054e2d79a
@ -66,7 +66,7 @@ export class AcceleratorDashboardComponent implements OnInit {
|
|||||||
|
|
||||||
this.minedAccelerations$ = this.accelerations$.pipe(
|
this.minedAccelerations$ = this.accelerations$.pipe(
|
||||||
map(accelerations => {
|
map(accelerations => {
|
||||||
return accelerations.filter(acc => ['mined', 'completed'].includes(acc.status))
|
return accelerations.filter(acc => ['mined', 'completed', 'failed'].includes(acc.status))
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user