diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-07 10:01:37 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-07 10:01:37 +0300 |
| commit | e3991db5c45c06a6102ae1576614af5b58af0103 (patch) | |
| tree | ea563bcbe213be867ae508335817ac6de3671f7a /src/components/user_panel/user_panel.vue | |
| parent | f4bdbf76917ba1eb36586ecd1a37d393f672e931 (diff) | |
| parent | 9ccc6174a73199dc3c5fabfc9a9769ab9265060a (diff) | |
fix conflicts and add error handling to media descriptions
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
| -rw-r--r-- | src/components/user_panel/user_panel.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue index 1db4f648..5685916a 100644 --- a/src/components/user_panel/user_panel.vue +++ b/src/components/user_panel/user_panel.vue @@ -10,9 +10,7 @@ :hide-bio="true" rounded="top" /> - <div class="panel-footer"> - <PostStatusForm /> - </div> + <PostStatusForm /> </div> <auth-form v-else |
