From 289b424171d1432decc3dde4ffde054e9098a248 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Tue, 1 Apr 2025 18:49:29 -0600 Subject: [PATCH] Update WarningIcon.tsx --- .../MetricStylingApp/Common/WarningIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/controllers/MetricController/MetricViewChart/MetricEditController/MetricStylingApp/Common/WarningIcon.tsx b/web/src/controllers/MetricController/MetricViewChart/MetricEditController/MetricStylingApp/Common/WarningIcon.tsx index b7c1ea5eb..f74478a4d 100644 --- a/web/src/controllers/MetricController/MetricViewChart/MetricEditController/MetricStylingApp/Common/WarningIcon.tsx +++ b/web/src/controllers/MetricController/MetricViewChart/MetricEditController/MetricStylingApp/Common/WarningIcon.tsx @@ -22,7 +22,7 @@ export const WarningIcon: React.FC<{ side="left" align="center" size="none" - content={
{warningText}
}> + content={
{warningText}
}>