diff --git a/containers/ecr-viewer/src/app/view-data/page.tsx b/containers/ecr-viewer/src/app/view-data/page.tsx index 70f9f8b7ba..452a4c03f0 100644 --- a/containers/ecr-viewer/src/app/view-data/page.tsx +++ b/containers/ecr-viewer/src/app/view-data/page.tsx @@ -31,5 +31,9 @@ export default async function Page({ const fhirBundle = bundle.fhirBundle; const mappings = bundle.fhirPathMappings; - return ; + return ( +
+ +
+ ); }