lhotari commented on code in PR #858:
URL: https://github.com/apache/pulsar-site/pull/858#discussion_r1530275072


##########
src/components/pages/CommunityPage/CommunityPage.tsx:
##########
@@ -53,6 +63,27 @@ export default function CommunityPage(): JSX.Element {
     teamCtrsSets[CountTheSets].push(element);
   });
 
+  function MemberCard({ member, index }) {
+    const githubUsername = member.githubUsername?.[0] || member.apacheId;

Review Comment:
   I guess the default might be fine, but we should send emails to the ones 
that haven't added their GitHub ID in Whimsy if they want to have their GitHub 
link shown on the website.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to