/parcel page shows a blank page
Reported by several users the page does not work.
The problem is:
86 |
87 | export function beamlineFormatter(investigation) {
88 | console.log(JSON.stringify(investigation));
> 89 | return (investigation?.instrument.name || '').toUpperCase();
90 | }
91 |
92 | export function nameFormatter(investigation, showLink, section = 'datasets') {
It seems that there is one investigation with no instrument attached