fix(aliases): default to All Aliases instead of Premium filter
Premium aliases (short vanity names) don't exist on the Lethean testnet. Defaulting to Premium showed an empty table which looked broken. Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
ab41908e41
commit
592fbea774
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ function Aliases(props: AliasesPageProps) {
|
|||
aliasesAmount: props.aliasesAmount,
|
||||
premiumAliasesAmount: props.premiumAliasesAmount
|
||||
});
|
||||
const [selectedTitleIdx, setSelectedTitleIdx] = useState(0);
|
||||
const [selectedTitleIdx, setSelectedTitleIdx] = useState(1);
|
||||
|
||||
const isPremiumOnly = selectedTitleIdx === 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue