Skip to content

Commit

Permalink
Fix profile, untested
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Sep 4, 2023
1 parent 87b4284 commit 56ee5b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/routes/profile/ElectionCardWrapperComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const calculator = calculators.find(
);
const { election, candidates } = await deprecatedFetchCalculator(
calculator?.election_id as string,
calculator?.district_code as string,
calculator?.key as string,
);
// const election = calc ? calc.election : null;
Expand Down

0 comments on commit 56ee5b6

Please sign in to comment.