walter 10 months ago
parent
commit
b4f9c1ba98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/home.vue

+ 1 - 1
src/home.vue

@@ -6,7 +6,7 @@
 
           <div style="background-color: #fff;padding:20px;margin-bottom: 10px;" class="br-5 ">
 
-            <div class="flex-box-ce">
+            <div class="flex-box-ce" v-if="user_info">
                 <div style="margin-right: 10px;">
                   <userImage :id="user_info.id" :img_url="user_info.img_url" :user_name="user_info.name" width="50px" height="50px"></userImage>
                 </div>