view data fixes
This commit is contained in:
@@ -11,6 +11,7 @@ export class LeagueMemberViewModel extends ViewModel {
|
||||
}
|
||||
|
||||
get driverId(): string { return this.data.driverId; }
|
||||
get currentUserId(): string { return this.data.currentUserId; }
|
||||
get driver(): any { return this.data.driver; }
|
||||
get role(): string { return this.data.role; }
|
||||
get joinedAt(): string { return this.data.joinedAt; }
|
||||
|
||||
Reference in New Issue
Block a user