Skip to content

Commit

Permalink
Merge pull request #100 from cipick/feature/fix-export-candidates-table
Browse files Browse the repository at this point in the history
Export ElectionCandidatesTableSection component
  • Loading branch information
RaduCStefanescu authored Nov 21, 2020
2 parents 1274773 + 1eed349 commit 67d7f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code4ro/reusable-components",
"version": "0.1.50",
"version": "0.1.51",
"description": "Component library for code4ro",
"keywords": [
"code4ro",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export * from "./components/ElectionResultsSummarySection/ElectionResultsSummary
export * from "./components/ElectionResultsSummaryTable/ElectionResultsSummaryTable";
export * from "./components/ElectionResultsSeats/ElectionResultsSeats";
export * from "./components/ElectionResultsTableSection/ElectionResultsTableSection";
export * from "./components/ElectionCandidatesTableSection/ElectionCandidatesTableSection";
export * from "./components/ElectionResultsProcess/ElectionResultsProcess";
export * from "./components/ElectionResultsStackedBar/ElectionResultsStackedBar";
export * from "./components/ElectionTimeline/ElectionTimeline";
Expand Down
2 changes: 1 addition & 1 deletion src/util/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ export const mockElectionAPI = makeElectionApi({

[
"GET",
"/ballots/1/candidates",
"/ballots/*/candidates",
(async () => {
await delay(1000);
return mockCandidatesList;
Expand Down

1 comment on commit 67d7f43

@vercel
Copy link

@vercel vercel bot commented on 67d7f43 Nov 21, 2020

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.