From c04946973e7cbb5f96b4f626458921ed713b2c48 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Tue, 26 Jul 2022 22:37:51 -0500 Subject: Editable PT name (wip), Download button for labs (doesn't function) --- src/models/Lab.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models') diff --git a/src/models/Lab.ts b/src/models/Lab.ts index b9025fa..875bc7d 100644 --- a/src/models/Lab.ts +++ b/src/models/Lab.ts @@ -49,7 +49,7 @@ export default class Lab { } get location() { - return `${this.building}-${this.room}`; + return `${this.building} ${this.room}`; } get pay_hours() { -- cgit v1.2.3