Skip to content

Commit

Permalink
Componente Perfil internacionalizado
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 6, 2024
1 parent 069c168 commit 07f7825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Profile/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Perfil = (username) => {
{new Date(userData.createdAt).toLocaleString()}
</Text>
<Heading as="h2" size="md">
{t('components.profile.recentGames')}z
{t('components.profile.recentGames')}
</Heading>
<div style={{ width: '100%'}}>
{userData.games.length > 0 ? (
Expand Down

0 comments on commit 07f7825

Please sign in to comment.