Skip to content

Commit

Permalink
Update questDetailModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson authored Nov 14, 2024
1 parent 29a5d79 commit ebcffe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function QuestDetailModal({

if (checking) return
setChecking(true)
const res = await checkQuestStatus(quest.id, token)
const res = await checkQuestStatus(quest.id)
if (res.data) {
setStatus(res.data.reward_status)
mutate({ key: 'fetch_campaign_auth_data', slug, account: account?.id })
Expand Down

0 comments on commit ebcffe9

Please sign in to comment.