Updated spacing

Updating spacing from a tab character to spaces
This commit is contained in:
koriar 2019-03-22 23:02:28 -04:00 committed by GitHub
parent 3f312d0ce6
commit 77571543f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1784,7 +1784,7 @@ Gang.prototype.createGangMemberDisplayElement = function(memberObj) {
id: name + "gang-member-task",
});
const taskSelector = createElement("select", {
class: "dropdown",
class: "dropdown",
id: name + "gang-member-task-selector",
});