summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/components/boards/boardsList.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/boards/boardsList.js b/client/components/boards/boardsList.js
index ddc10324..eee119ea 100644
--- a/client/components/boards/boardsList.js
+++ b/client/components/boards/boardsList.js
@@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
// Disable drag-dropping if the current user is not a board member or is comment only
this.autorun(() => {
- if (Utils.isMiniScreen()) {
+ if (Utils.isMiniScreen()) {
$boards.sortable({
handle: '.board-handle',
});