aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_panel/user_panel.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-09-17 22:32:17 -0400
committertaehoon <th.dev91@gmail.com>2019-09-20 11:29:23 -0400
commit90981dcce6bbed1ba7700a7f1f4d74838e217b55 (patch)
tree51b2afbf9f00fb723878adfb88abf5bd842281c7 /src/components/user_panel/user_panel.vue
parent5ff899b455e07e41eb1b89985177655279f8263f (diff)
remove needless condition
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
-rw-r--r--src/components/user_panel/user_panel.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue
index c92630e3..e859d612 100644
--- a/src/components/user_panel/user_panel.vue
+++ b/src/components/user_panel/user_panel.vue
@@ -11,7 +11,7 @@
rounded="top"
/>
<div class="panel-footer">
- <post-status-form v-if="user" />
+ <post-status-form />
</div>
</div>
<auth-form