Skip to content

Commit

Permalink
fix: shorten module address in snapshot proposal transaction (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 authored Nov 27, 2023
1 parent aab1910 commit b5f250f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ const safeLink = computed(() =>
</p>
<p class="my-2">
<strong>Module address</strong
><span class="ml-2 inline-block break-all">{{ moduleAddress }}</span>
><span class="ml-2 inline-block break-all">{{
shorten(moduleAddress)
}}</span>
</p>
<p class="my-2">
<strong>Number of transactions</strong
Expand Down

0 comments on commit b5f250f

Please sign in to comment.