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


##########
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:
   Actually, the default isn't great, I'd rather have everyone opt-in by adding 
their GitHub id explicitly.



-- 
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