Skip to content

Commit

Permalink
Update validator screen tab arrangement
Browse files Browse the repository at this point in the history
MPR #340
  • Loading branch information
hochiw authored Aug 1, 2022
2 parents de3f06f + acfec63 commit 5c74f64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions react-app/src/components/ValidatorScreen/ValidatorScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const VALIDATOR_LIST_PAGE_SIZE = 20;
type ValidatorTabItem = IFilterTabItem<FilterKey>;

const defaultTabItems: ValidatorTabItem[] = [
{
label: "ValidatorScreen.filters.all",
value: "all",
},
{
label: "ValidatorScreen.filters.active",
value: "active",
Expand All @@ -44,6 +40,10 @@ const defaultTabItems: ValidatorTabItem[] = [
label: "ValidatorScreen.filters.inactive",
value: "inactive",
},
{
label: "ValidatorScreen.filters.all",
value: "all",
},
];

const defaultTabItem = defaultTabItems[0];
Expand Down

0 comments on commit 5c74f64

Please sign in to comment.