diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-10-09 18:09:14 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-10-09 18:09:14 +0300 |
commit | 36e006fa4e78fe94e627625d1cc589654668f22a (patch) | |
tree | 794723e3a7ea989d9761e51ec17c992a79c4d046 | |
parent | 5b415c851b129ba60f163e2309ce3edeafa674a4 (diff) | |
download | wekan-36e006fa4e78fe94e627625d1cc589654668f22a.tar.gz wekan-36e006fa4e78fe94e627625d1cc589654668f22a.tar.bz2 wekan-36e006fa4e78fe94e627625d1cc589654668f22a.zip |
Fix prettier.
-rw-r--r-- | client/components/cards/attachments.js | 2 | ||||
-rw-r--r-- | package-lock.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/components/cards/attachments.js b/client/components/cards/attachments.js index 59f173c9..e4439155 100644 --- a/client/components/cards/attachments.js +++ b/client/components/cards/attachments.js @@ -131,7 +131,7 @@ Template.previewClipboardImagePopup.onRendered(() => { direct(results); }, }); - } else { + } else { direct(results); } } diff --git a/package-lock.json b/package-lock.json index 3ed711ad..0a32d8e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.47.0", + "version": "v3.48.0", "lockfileVersion": 1, "requires": true, "dependencies": { |