Skip to content

Commit

Permalink
fix: show delegation setting name instead of network name
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Dec 13, 2024
1 parent 3c9f0d4 commit b6da2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Modal/Delegate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const spaceDelegationsOptions = computed<
return {
id: i,
name: network.name,
name: d.name || '',
icon: h('img', {
src: getUrl(network.logo),
alt: network.name,
Expand Down

0 comments on commit b6da2d1

Please sign in to comment.