From c8fa8f99d24ba785191a31d5cbc9a61432c21828 Mon Sep 17 00:00:00 2001
From: Zamitto <167933696+zamitto@users.noreply.github.com>
Date: Wed, 12 Jun 2024 23:21:30 -0300
Subject: [PATCH] fix warnings
---
.../src/pages/profile/profile-content.tsx | 19 +++++++------------
src/renderer/src/pages/profile/profile.tsx | 2 +-
2 files changed, 8 insertions(+), 13 deletions(-)
diff --git a/src/renderer/src/pages/profile/profile-content.tsx b/src/renderer/src/pages/profile/profile-content.tsx
index 20171400..e8081b7f 100644
--- a/src/renderer/src/pages/profile/profile-content.tsx
+++ b/src/renderer/src/pages/profile/profile-content.tsx
@@ -1,5 +1,4 @@
import { UserProfile } from "@types";
-import { useTranslation } from "react-i18next";
import * as styles from "./profile.css";
import { SPACING_UNIT, vars } from "@renderer/theme.css";
@@ -8,9 +7,6 @@ export interface ProfileContentProps {
}
export const ProfileContent = ({ userProfile }: ProfileContentProps) => {
- const { t } = useTranslation("profile");
-
- console.log(userProfile.recentGames);
return (
<>
Jogando ABC{userProfile.username}
-
{game.title}
- > +{game.title}
+{game.title}
- > +{game.title}
+