Skip to content

Commit

Permalink
Improved: condition to show back to launchpad button (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
k2maan committed Nov 8, 2023
1 parent f2a8c35 commit 2cc9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DxpLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<p v-if='error.message.length'>
{{ $t(error.message) }}
</p>
<ion-button class="ion-margin-top" @click="goToLaunchpad()">
<ion-button v-if='error.message.length' class="ion-margin-top" @click="goToLaunchpad()">
<ion-icon slot="start" :icon="arrowBackOutline" />
{{ $t("Back to Launchpad") }}
</ion-button>
Expand Down

0 comments on commit 2cc9c3a

Please sign in to comment.