diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2020-06-04 19:13:24 +0900 |
|---|---|---|
| committer | tamaina <tamaina@hotmail.co.jp> | 2020-06-04 19:13:24 +0900 |
| commit | fecb12bae1291b03a7a77eb0a71f81df812e5b7b (patch) | |
| tree | 013b8385a0b93013e35bd7d920aedd5de954d1fd /src | |
| parent | Update src/client/components/notification.vue (diff) | |
| download | sharkey-fecb12bae1291b03a7a77eb0a71f81df812e5b7b.tar.gz sharkey-fecb12bae1291b03a7a77eb0a71f81df812e5b7b.tar.bz2 sharkey-fecb12bae1291b03a7a77eb0a71f81df812e5b7b.zip | |
missing ;
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/components/post-form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/post-form.vue b/src/client/components/post-form.vue index 3be09b4aea..3b8d1f377d 100644 --- a/src/client/components/post-form.vue +++ b/src/client/components/post-form.vue @@ -67,7 +67,7 @@ import extractMentions from '../../misc/extract-mentions'; import getAcct from '../../misc/acct/render'; import { formatTimeString } from '../../misc/format-time-string'; import { selectDriveFile } from '../scripts/select-drive-file'; -import { noteVisibilities } from '../../types' +import { noteVisibilities } from '../../types'; export default Vue.extend({ components: { |