Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfang97 committed Jun 14, 2024
1 parent 96c51cd commit 581918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Viewing/MetadataInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function MetadataInfo({ title, link, label, icon, specific, uri }
}).filter(item => item !== '').join(", "); // Filter out empty strings and join
[title, link] = formatMultipleTitles(concatenatedTitle);
}
// console.log(title);

if (Array.isArray(title) && label === 'Sequence') {
const concatenatedTitle = title.map(item => {
// Accessing the extra_work property for each object in the title array
Expand Down

0 comments on commit 581918b

Please sign in to comment.