Affichage de la voile principale sur la sélection
du piège
This commit is contained in:
@@ -181,9 +181,12 @@ export class NewJumpComponent implements OnInit {
|
||||
this.isSpecial = false;
|
||||
}
|
||||
|
||||
public displayFn(data?: JumpTypeResp): string | undefined {
|
||||
public displayNameFn(data?: any): string | undefined {
|
||||
return data ? data.name : undefined;
|
||||
}
|
||||
public displayGearFn(data?: GearResp): string | undefined {
|
||||
return data ? `${data.name} (${data.mainCanopy})` : undefined;
|
||||
}
|
||||
|
||||
public onChangeDz(event: any) {
|
||||
let filterValue: string;
|
||||
|
||||
Reference in New Issue
Block a user