From cd1b3043caaf87ba7204fa8d63d349ee1379abc6 Mon Sep 17 00:00:00 2001 From: Aryaman Sharma Date: Thu, 27 Feb 2025 11:04:27 +0530 Subject: [PATCH] Feat: Empty View Component --- src/Components/Charts/ChartBox/EmptyView.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Charts/ChartBox/EmptyView.jsx b/src/Components/Charts/ChartBox/EmptyView.jsx index 3913945ce..94b1af7b0 100644 --- a/src/Components/Charts/ChartBox/EmptyView.jsx +++ b/src/Components/Charts/ChartBox/EmptyView.jsx @@ -21,7 +21,7 @@ import IconBox from "../../IconBox"; * } * header="Average Response Time" - * message="No Resposne Time Available" + * message="No Response Time Available" * headingLevel="h2" * justifyContent="center" * height="50%" @@ -105,4 +105,4 @@ EmptyView.propTypes = { height: PropTypes.string }; -export default EmptyView; \ No newline at end of file +export default EmptyView;