diff --git a/src/lib/components/ClinicalTrial.svelte b/src/lib/components/ClinicalTrial.svelte index bf6db495..88374b72 100644 --- a/src/lib/components/ClinicalTrial.svelte +++ b/src/lib/components/ClinicalTrial.svelte @@ -289,9 +289,8 @@ $: { Drug - Date - Stage - Phase Status + Stage + Phase Status Result @@ -302,16 +301,17 @@ $: { {item["Interventions"]?.length === 0 ? '-' : item["Interventions"]?.length > charNumber ? formatString(item["Interventions"]?.slice(0,charNumber)) + "..." : formatString(item["Interventions"])} - + - + {formatString(item['Study Status'])} - + {item['Phases'] !== 'NA' ? formatString(item["Phases"])?.replace('Phase','') : '-'} diff --git a/src/routes/fda-calendar/+page.svelte b/src/routes/fda-calendar/+page.svelte index 33c078fb..14d56b40 100644 --- a/src/routes/fda-calendar/+page.svelte +++ b/src/routes/fda-calendar/+page.svelte @@ -156,10 +156,11 @@ Name + + + Source + --> - - Source - Drug @@ -194,12 +195,11 @@ {item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name} - --> - + {item?.sourceType?.length !== 0 ? item?.sourceType : 'n/a'} - - + + --> {item?.drugName}