Skip to content

Commit

Permalink
chore: logs and codecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima committed Nov 6, 2024
1 parent f13f0b5 commit 342cacd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ export const QuestDetailsViewPlayWrapper = observer(
steamAccountLinked: false
},
playStreak: getPlaystreakArgsFromQuestData({
// @ts-expect-error - fix these types later
questMeta,
questPlayStreakData
})
Expand Down

0 comments on commit 342cacd

Please sign in to comment.