From 0f5c7af703950df278601dd409f097d011ab0eb0 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Thu, 31 Oct 2024 18:22:22 -0300 Subject: [PATCH] feat: adjust profile hero current game link not linking correctly --- src/renderer/src/pages/profile/profile-hero/profile-hero.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/pages/profile/profile-hero/profile-hero.tsx b/src/renderer/src/pages/profile/profile-hero/profile-hero.tsx index eac1b339..0aaee611 100644 --- a/src/renderer/src/pages/profile/profile-hero/profile-hero.tsx +++ b/src/renderer/src/pages/profile/profile-hero/profile-hero.tsx @@ -254,6 +254,7 @@ export function ProfileHero() { if (gameRunning) return { ...gameRunning, + objectId: gameRunning.objectID, sessionDurationInSeconds: gameRunning.sessionDurationInMillis / 1000, }; @@ -330,7 +331,7 @@ export function ProfileHero() { {currentGame.title}