Skip to content

Commit

Permalink
Revert "Squashed commit adding pr/62"
Browse files Browse the repository at this point in the history
This reverts commit e9a6562.
  • Loading branch information
EricSvebakk committed Oct 30, 2024
1 parent ba44ddf commit 2571f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/(main)/volunteering/membership/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function MembershipPage() {
data: {
name: newMemberName,
email: "",
comment: newMemberComment,
comments: newMemberComment,
seller_id: session.data.user.id,
semester_id: session.data.semester.id,
},
Expand Down

0 comments on commit 2571f05

Please sign in to comment.