diff --git a/src/app/graphs/graphs.component.ts b/src/app/graphs/graphs.component.ts index a4ba1ed..941757d 100644 --- a/src/app/graphs/graphs.component.ts +++ b/src/app/graphs/graphs.component.ts @@ -141,7 +141,6 @@ export class GraphsComponent implements OnInit { } updateGraphData(): void { - if (this.form.location.trim().split(' ').length === 1) { this.ChartName = 'Total Samples per Station @ Location ' + this.form.location; } else {