Skip to content

Commit

Permalink
fix(wallet): fix typo in template (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedna authored Dec 17, 2024
1 parent 4cc0ede commit 7df5e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/wallet/src/components/settings/StationInfoCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</VListItemSubtitle>
</VListItem>
<AuthCheck :privileges="[Privilege.SystemInfo]">
<tempalte v-if="!loadingSystemInfo">
<template v-if="!loadingSystemInfo">
<VListItem class="px-0">
<VListItemTitle class="font-weight-bold">{{
$t(`terms.upgrader_id`)
Expand Down Expand Up @@ -172,7 +172,7 @@
</table>
</VListItemSubtitle>
</VListItem>
</tempalte>
</template>
<VListItem class="px-0" v-else-if="loadingSystemInfoError">
<VListItemTitle class="font-weight-bold">{{ $t(`terms.upgrader_id`) }}</VListItemTitle>
<VListItemSubtitle>
Expand Down

0 comments on commit 7df5e8c

Please sign in to comment.