From d1b54093f2d374ca677cce0cee43d50418a2ef06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 1 Oct 2024 11:19:53 +0200 Subject: [PATCH] fix: add missing formatMessage --- .../DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx b/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx index 29678b471..0d67a14e3 100644 --- a/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx +++ b/components/Blocks/DynamicContent/Overview/Stats/Points/PointsColumn/index.tsx @@ -63,7 +63,7 @@ async function PointsColumn({ {subtitle ? ( - {subtitle} + {formatMessage({ id: subtitle })} ) : null}