diff options
| author | taehoon <th.dev91@gmail.com> | 2019-09-17 22:32:17 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-09-20 11:29:23 -0400 |
| commit | 90981dcce6bbed1ba7700a7f1f4d74838e217b55 (patch) | |
| tree | 51b2afbf9f00fb723878adfb88abf5bd842281c7 /src/components/user_panel/user_panel.vue | |
| parent | 5ff899b455e07e41eb1b89985177655279f8263f (diff) | |
remove needless condition
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 2 |
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 |
