Skip to content

Commit

Permalink
Merge pull request #175 from HKN-UCSD/outreach-points-requirement-update
Browse files Browse the repository at this point in the history
Update outreach points requirement
  • Loading branch information
jyeh2 authored Oct 30, 2024
2 parents 1c54cad + 06945a5 commit ca61367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Pages/Profile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</tr>
<tr>
<td><h3>Outreach</h3></td>
<td><p>{userData[group].outreach_points} / 1</p></td>
<td><p>{userData[group].outreach_points} / 2</p></td>
<td><h3>Mentorship</h3></td>
<td><p>{userData[group].mentorship_points} / 1</p></td>
<td><h3>General</h3></td>
Expand Down

0 comments on commit ca61367

Please sign in to comment.