Skip to content

Commit

Permalink
feat(ui): add default value in breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Mar 24, 2022
1 parent 79b9111 commit e5b2560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/breadcrumbs/BreadCrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
path: {
name: 'network',
params: {
network: this.$route.params.network,
network: this.$route.params.network || 'ethereum',
},
},
selected: false,
Expand Down

0 comments on commit e5b2560

Please sign in to comment.