Merge remote-tracking branch 'origin/master' into tweaks

This commit is contained in:
Dan 2021-03-29 15:15:44 -04:00
commit 1e0f87f664
1 changed files with 0 additions and 1 deletions

View File

@ -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 {