From 9da67920b69c2f4cf7fcdfbbeff78074203ce4d1 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sat, 22 Jun 2024 01:47:55 -0300 Subject: [PATCH] chore: prettier --- src/renderer/src/pages/user/user-content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/pages/user/user-content.tsx b/src/renderer/src/pages/user/user-content.tsx index dd0f05d0..6f897238 100644 --- a/src/renderer/src/pages/user/user-content.tsx +++ b/src/renderer/src/pages/user/user-content.tsx @@ -51,7 +51,7 @@ export function UserContent({ const { formatDistance, formatDiffInMillis } = useDate(); const formatPlayTime = () => { - const seconds = userProfile.totalPlayTimeInSeconds + const seconds = userProfile.totalPlayTimeInSeconds; const minutes = seconds / 60; if (minutes < MAX_MINUTES_TO_SHOW_IN_PLAYTIME) {