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