Skip to content

Commit

Permalink
Enable census fetching and auto-update for elections provider
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed May 21, 2024
1 parent 9ecedce commit 056aeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Vote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Vote = () => {

return (
<OrganizationProvider id={election.organizationId}>
<ElectionProvider election={election}>
<ElectionProvider election={election} fetchCensus autoUpdate>
<ProcessView />
</ElectionProvider>
</OrganizationProvider>
Expand Down

1 comment on commit 056aeb3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.