mp-react-components
mp-react-components copied to clipboard
fixed invisible emails in contribs explorer
Fixed issue where not all names under the "Authors" column showed up. turns out the reason for why it was like that was because of the way the email format type was handled in mp-react-components/src/utils/table.tsx under the section case ColumnFormat.EMAIL. Previously, it was putting an empty string as the firstAuthor if there was only one name present instead of the actual first Author so I just changed it to that.