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 /client/components/cards | |
parent | 5b415c851b129ba60f163e2309ce3edeafa674a4 (diff) | |
download | wekan-36e006fa4e78fe94e627625d1cc589654668f22a.tar.gz wekan-36e006fa4e78fe94e627625d1cc589654668f22a.tar.bz2 wekan-36e006fa4e78fe94e627625d1cc589654668f22a.zip |
Fix prettier.
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/attachments.js | 2 |
1 files changed, 1 insertions, 1 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); } } |