Appease the linter
This commit is contained in:
@@ -115,7 +115,7 @@ class TagOrderStore extends Store {
|
||||
break;
|
||||
}
|
||||
case 'select_tag': {
|
||||
const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes")
|
||||
const allowMultiple = !SettingsStore.getValue("feature_communities_v2_prototypes");
|
||||
|
||||
let newTags = [];
|
||||
// Shift-click semantics
|
||||
|
||||
Reference in New Issue
Block a user