Skip to content

Commit

Permalink
Fix incorrect weight for description for organizers
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Jul 19, 2023
1 parent a1f207d commit 4b420a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/steps/AdditionalInformationStep/FormScore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ const getScopeWeights = (scope: Scope): Weights => {
let weights = scoreWeightMapping;
if (scope === ScopeTypes.ORGANIZERS) {
weights.location.weight = 10;
weights.description.weight = 15;
}

return weights;
Expand Down

0 comments on commit 4b420a9

Please sign in to comment.