Skip to content

Commit

Permalink
fix: club pre-fill link (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-m-mang authored Feb 29, 2024
1 parent e140e35 commit 19b828b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/lists/ClubComponentModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function ClubComponentModal(props: ClubComponentModalProps) {
}

// Prefill the form link from club and user name, if it exists
const prefilledLink = `https://docs.google.com/forms/d/e/1FAIpQLSfHF5w1sZc5pjj1PBjm9udRRgl60IeWxEf4Y0lAXCETPfuN4g/viewform?entry.676984385=${name}`
const prefilledLink = `https://docs.google.com/forms/d/e/1FAIpQLSfHF5w1sZc5pjj1PBjm9udRRgl60IeWxEf4Y0lAXCETPfuN4g/viewform?entry.1908442890=${name}`
+ (user ? `&entry.924762737=${user.displayName}` : '')

return (
Expand Down

0 comments on commit 19b828b

Please sign in to comment.