Skip to content

Commit

Permalink
Merge pull request #352 from ORNL-AMO/quickFix
Browse files Browse the repository at this point in the history
message popup when score submitted
  • Loading branch information
rhernandez-intertech authored Oct 31, 2024
2 parents 4c86fa4 + 4fb13c9 commit 9516e87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/EndGameReport/SubmitScoreForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ export default function SubmitScoreForm(props: SubmitScoreFormPageProps) {
const handleSubmit = (event) => {
sendData(data);
event.preventDefault();
// alert(`The name that you entered was: ${name} \n
// ${scoreData.carbonSavingsPercent}, ${scoreData.gameTotalSpending}, ${scoreData.costPerCarbonSavings}, ${scoreData.projectedFinancedSpending}`);
alert(`${name}, your score has been successfully submitted!`);
}

const buttons: ButtonGroupButton[] = [
Expand Down

0 comments on commit 9516e87

Please sign in to comment.