Skip to content

Commit 68297c2

Browse files
committed
chore: removed unused case
1 parent b3ea85e commit 68297c2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/hooks/use-navigation-tree.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ export function useNavigationTree() {
6464
switch (lastEcosystem) {
6565
case "stellar":
6666
return stellarTree;
67-
case "ethereum":
68-
default:
69-
return ethereumEvmTree;
7067
}
7168
}
7269
}

0 commit comments

Comments
 (0)