diff options
| author | Henry Jameson <me@hjkos.com> | 2019-11-08 21:35:58 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-11-08 21:35:58 +0200 |
| commit | a69946923b3931a8308e44a7d1ad254e6b95855b (patch) | |
| tree | f925a50aa4330670b88bd1497139a0d69d468d62 /src/components/post_status_form | |
| parent | a43f1614ca3bdf9b8b2d61e5945358b5da517b0f (diff) | |
eslint fix
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index 13e8b0aa..0094b1aa 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -163,7 +163,7 @@ <div ref="bottom" class="form-bottom" - > + > <div class="form-bottom-left"> <media-upload ref="mediaUpload" |
