Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbeno committed Feb 21, 2025
1 parent 2cf31bb commit c4ee2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function QuestApplicationPage({ params }: { params: { questId: string; applicati
const { data: questData } = QuestReactQueryAdapter.client.useGetQuestContributor({
pathParams: {
questId: params.questId,
githubLogin: githubLogin,
githubLogin,
},
options: {
enabled: Boolean(githubLogin),
Expand Down

0 comments on commit c4ee2b8

Please sign in to comment.