Fix lint.

This commit is contained in:
Lauri Ojansivu 2020-05-16 03:15:14 +03:00
parent 506a747fce
commit 3718dd4d45

View file

@ -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',
});