diff --git a/src/frontend/screens/DownloadManager/components/DownloadManagerItem/index.tsx b/src/frontend/screens/DownloadManager/components/DownloadManagerItem/index.tsx index 48d83cf00..e0d57ef32 100644 --- a/src/frontend/screens/DownloadManager/components/DownloadManagerItem/index.tsx +++ b/src/frontend/screens/DownloadManager/components/DownloadManagerItem/index.tsx @@ -145,13 +145,6 @@ const DownloadManagerItem = observer(({ element, current, state }: Props) => { // lose focus from the button when using a game controller const handleMainActionClick = async () => { let action: GamePageActions | undefined = 'launch' - console.log('handleMainActionClick', { - finished, - canceled, - status, - isUpdate, - type - }) if (!finished) { if (isUpdate) { action = 'update' diff --git a/src/frontend/screens/Quests/components/QuestDetailsViewPlay/index.tsx b/src/frontend/screens/Quests/components/QuestDetailsViewPlay/index.tsx index 882382547..4eae639b4 100644 --- a/src/frontend/screens/Quests/components/QuestDetailsViewPlay/index.tsx +++ b/src/frontend/screens/Quests/components/QuestDetailsViewPlay/index.tsx @@ -233,6 +233,7 @@ export const QuestDetailsViewPlayWrapper = observer( steamAccountLinked: false }, playStreak: getPlaystreakArgsFromQuestData({ + // @ts-expect-error - fix these types later questMeta, questPlayStreakData })