AlexsLemonade / refinebio-web

Refinebio Web
https://staging.web.refine.bio
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Fix: Resolve TypeError on the experiment page #311

Open nozomione opened 6 months ago

nozomione commented 6 months ago

Context

The TypeError occurs for experiments with a single platform name (which prevents the experiment page from rendering), and it needs to be addressed.

e.g., the accession code GSE99968

Screenshot 2024-01-11 at 5 11 47 PM

Problem or idea

Resolve the TypeError in order to render the experiment pages with a single platform name.

Solution or next step

Add a type check (for string and array) in the SearchCardMeta component.