diff --git a/client/src/app/api.service.ts b/client/src/app/api.service.ts index e65726e..07711ae 100644 --- a/client/src/app/api.service.ts +++ b/client/src/app/api.service.ts @@ -165,7 +165,8 @@ export class ApiService { | "events" | "meetings" | "mentorships" - | "staff", + | "staff" + | "testimonials", token: string, ): Promise { const request = await fetch(`${this.url}/list/${type}`, { @@ -187,7 +188,8 @@ export class ApiService { | "events" | "meetings" | "mentorships" - | "staff", + | "staff" + | "testimonials", id: string, token: string, ): Promise { diff --git a/client/src/app/review/review.component.html b/client/src/app/review/review.component.html index 6684eac..7983999 100644 --- a/client/src/app/review/review.component.html +++ b/client/src/app/review/review.component.html @@ -58,11 +58,21 @@ > Staff Applications +

{{ view }}

{{ datum.email }}

-

{{ obj.key }}: {{ obj.value }}

+

+ {{ obj.key }}: {{ obj.value }} +