Fix competence base
This commit is contained in:
parent
c16101428a
commit
8d42871988
@ -63,7 +63,7 @@ export class RdDItemCompetence extends Item {
|
|||||||
return categorieCompetences;
|
return categorieCompetences;
|
||||||
}
|
}
|
||||||
static getNiveauBase(category) {
|
static getNiveauBase(category) {
|
||||||
return categorieCompetences[category].level;
|
return categorieCompetences[category].base;
|
||||||
}
|
}
|
||||||
static getLabelCategorie(category) {
|
static getLabelCategorie(category) {
|
||||||
return categorieCompetences[category].label;
|
return categorieCompetences[category].label;
|
||||||
|
Loading…
Reference in New Issue
Block a user