From 77571543f2f8ed1a410a696fe0421d95d3204e27 Mon Sep 17 00:00:00 2001 From: koriar Date: Fri, 22 Mar 2019 23:02:28 -0400 Subject: [PATCH] Updated spacing Updating spacing from a tab character to spaces --- src/Gang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gang.js b/src/Gang.js index 4cdf45147..e1cf03ab8 100644 --- a/src/Gang.js +++ b/src/Gang.js @@ -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", });