Skip to content

Commit

Permalink
fix: fix wrong delegate address (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Aug 18, 2024
1 parent b3b47c3 commit 041ca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/SpaceDelegates.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ watchEffect(() => setTitle(`Delegates - ${props.space.name}`));
/>
<div
class="text-[17px] text-skin-text truncate"
v-text="shorten(delegate.id)"
v-text="shorten(delegate.user)"
/>
</router-link>
</div>
Expand Down

0 comments on commit 041ca31

Please sign in to comment.