Skip to content

Commit 33e44e5

Browse files
authored
Merge pull request #8 from shershen08/shershen08-patch-1
Update Profile.vue
2 parents 3ec81e2 + 0805399 commit 33e44e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/User/Profile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<v-flex xs12 sm6 offset-sm3>
55
<v-card>
66
<v-card-text>
7-
<div class="text-md-center">
7+
<div class="text-md-center" v-if="user">
88
<v-icon large color="green darken-2">check_circle</v-icon>
99
<h1 class="green--text">Login Success</h1>
1010
<h4 class="headline mb-0"><b class="red--text">Name :</b> {{ user.name }}</h4>

0 commit comments

Comments
 (0)