Skip to content

Commit

Permalink
shorten module address
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Nov 24, 2023
1 parent b9253fa commit 2dcedb5
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 2dcedb5

Please sign in to comment.