fix: add missing formatMessage

This commit is contained in:
Matilda Landström
2024-10-01 11:19:53 +02:00
parent 38452b049f
commit d1b54093f2

View File

@@ -63,7 +63,7 @@ async function PointsColumn({
</Title>
{subtitle ? (
<Body color="white" textAlign="center">
{subtitle}
{formatMessage({ id: subtitle })}
</Body>
) : null}
</article>