Skip to content

Commit

Permalink
chore: add ts-expect error link
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobricenov committed Nov 13, 2024
1 parent c6fe00f commit 45c7ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/components/UI/QuestDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function QuestDetails({

return (
<QuestDetailsWrapper
// @ts-expect-error - TODO: investigate why this component is not using the types from QuestWrapperContextValue
// @ts-expect-error - see: https://github.com/qmhc/vite-plugin-dts/issues/330
onRewardClaimed={(reward) =>
claimedRewardToastState.showClaimedReward(reward)
}
Expand Down

0 comments on commit 45c7ce7

Please sign in to comment.