Skip to content

Commit

Permalink
rename vars
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamSwayne committed Mar 9, 2024
1 parent 0560676 commit 938eb2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ <h2>Results</h2>
case 'organization1':
return 1; // Donation to National Forest Foundation
case 'organization2':
return 1; // Donation to organization 2
return 1; // Donation to #TeamTrees
case 'organization3':
return 1; // Donation to organization 3
return 1; // Donation to One Tree Planted
default:
console.error(`Unknown organizationId: ${organizationId}`);
}
Expand Down

0 comments on commit 938eb2f

Please sign in to comment.