mirror of
https://github.com/sartography/uva-covid19-testing-frontend.git
synced 2025-03-02 16:10:51 +00:00
Merge remote-tracking branch 'origin/master' into tweaks
This commit is contained in:
commit
1e0f87f664
@ -141,7 +141,6 @@ export class GraphsComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateGraphData(): void {
|
updateGraphData(): void {
|
||||||
|
|
||||||
if (this.form.location.trim().split(' ').length === 1) {
|
if (this.form.location.trim().split(' ').length === 1) {
|
||||||
this.ChartName = 'Total Samples per Station @ Location ' + this.form.location;
|
this.ChartName = 'Total Samples per Station @ Location ' + this.form.location;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user