fix: add missing formatMessage
This commit is contained in:
@@ -63,7 +63,7 @@ async function PointsColumn({
|
|||||||
</Title>
|
</Title>
|
||||||
{subtitle ? (
|
{subtitle ? (
|
||||||
<Body color="white" textAlign="center">
|
<Body color="white" textAlign="center">
|
||||||
{subtitle}
|
{formatMessage({ id: subtitle })}
|
||||||
</Body>
|
</Body>
|
||||||
) : null}
|
) : null}
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
Reference in New Issue
Block a user