Skip to content

Commit

Permalink
Remove diaspora from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduCStefanescu committed Sep 26, 2020
1 parent 8d34226 commit a981a97
Show file tree
Hide file tree
Showing 2 changed files with 2 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.29",
"version": "0.1.30",
"description": "Component library for code4ro",
"keywords": [
"code4ro",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ElectionScopePicker/ElectionScopePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const typeOptions: OptionWithID<ElectionScope["type"]>[] = [
{ id: "national", name: typeNames.national },
{ id: "county", name: typeNames.county },
{ id: "locality", name: typeNames.locality },
{ id: "diaspora", name: typeNames.diaspora },
// { id: "diaspora", name: typeNames.diaspora },
];

export const useElectionScopePickerGetTypeSelectProps = (
Expand Down

1 comment on commit a981a97

@vercel
Copy link

@vercel vercel bot commented on a981a97 Sep 26, 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.