diff --git a/src/pages/tenant/standards/bpa-report/view.js b/src/pages/tenant/standards/bpa-report/view.js index b83ab23d8e71..2760fdc0a446 100644 --- a/src/pages/tenant/standards/bpa-report/view.js +++ b/src/pages/tenant/standards/bpa-report/view.js @@ -9,6 +9,7 @@ import { SvgIcon, Skeleton, Chip, + Alert, } from "@mui/material"; import Head from "next/head"; import { ArrowLeftIcon } from "@mui/x-date-pickers"; @@ -182,9 +183,11 @@ const Page = () => { } > {block.data === undefined ? ( - - No data has been found for this report. - + + No data has been found for this item. This tenant might not be licensed + for this feature, or data collection failed. Please check the logs for + more information. + ) : block.formatter === "String" ? ( {block.data}