Skip to content

Commit

Permalink
fix comparison page breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
hidegmisi committed Nov 29, 2024
1 parent 5c6b6af commit ac15577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/comparison/ComparisonPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const districtNameWithCode = showDistrictCode
? `${districtName} (${districtCode})`
: districtName;
const breadcrumbs = `${electionName} — ${districtNameWithCode}`;
const breadcrumbs = `${electionName} — TestVot 2024`;
const selectedTags = ref(new Set<string>(electionStore.uniqueQuestionTags));
const selectedCandidateIds = ref(new Set<string>());
Expand Down

0 comments on commit ac15577

Please sign in to comment.