Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvdo committed Dec 9, 2021
1 parent b561e72 commit 58cb49d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/portals/YetiView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,10 @@ export default {
result += `risque_bas=${braLow};`;
result += `seuil_alti=${braAltiThreshold}`;
// specific paramaters based on method
// specific parameters based on method
if (this.method.type === 'mre') {
result += `;rdv=${compass}`;
}
else if (this.method.type === 'mrp') {
} else if (this.method.type === 'mrp') {
result += `;potentiel_danger=${potentialDanger};`;
result += `neige_mouillee=${wetSnow};`;
result += `taille_groupe=${groupSize}`;
Expand Down

0 comments on commit 58cb49d

Please sign in to comment.