Skip to content

Commit

Permalink
feat: Update moniker to show backup options
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan-LukeKlopper committed Apr 10, 2024
1 parent f3e0cbf commit 337d727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/[chain]/uptime/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ function fetchAllKeyRotation() {
<div class="flex items-center justify-between py-0 w-[298px]">
<label class="truncate text-sm">
<span class="ml-1 text-black dark:text-white"
>{{ i + 1 }}.{{ v.description.moniker }}</span
>{{ i + 1 }}.{{ v.description?.moniker || v.description?.identity || v.description?.website }}
</span
>
</label>
<div
Expand Down

0 comments on commit 337d727

Please sign in to comment.