Skip to content

Commit

Permalink
Fixed: error in console on logout regarding userId
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Feb 15, 2024
1 parent 74b03bb commit 2e08862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
is added on sides from ion-item and ion-padding-vertical to compensate the removed
vertical padding -->
<ion-card-header class="ion-no-padding ion-padding-vertical">
<ion-card-subtitle>{{ userProfile.userId }}</ion-card-subtitle>
<ion-card-subtitle>{{ userProfile?.userId }}</ion-card-subtitle>
<ion-card-title>{{ userProfile?.userFullName }}</ion-card-title>
</ion-card-header>
</ion-item>
Expand Down

0 comments on commit 2e08862

Please sign in to comment.