Skip to content

Commit

Permalink
fixed vesting payments erroring if DAO has account on non-indexed cha…
Browse files Browse the repository at this point in the history
…in 2
  • Loading branch information
NoahSaso committed Nov 5, 2024
1 parent dee9c92 commit 31119cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ export const TabRenderer = ({
],
combine: makeCombineQueryResultsIntoLoadingDataWithError({
firstLoad: 'one',
// Ignore errors from any of the queries unless all of them error.
// Ignore errors from any of the queries unless all of them error. This is
// important in case the DAO has an account on a non-indexed chain, which
// causes the last query to error.
errorIf: 'all',
}),
})
Expand Down

0 comments on commit 31119cf

Please sign in to comment.