sheeeeeeeeeeeeeeeeeeeeeeeeeeit

This commit is contained in:
ntr
2019-07-30 00:48:40 +10:00
parent fd518ba4e2
commit c94b6f134c
12 changed files with 357 additions and 324 deletions
+1 -4
View File
@@ -64,7 +64,6 @@ const addState = connect(
function List(args) {
const {
team,
constructs,
constructRename,
clearMtxRename,
setConstructRename,
@@ -73,9 +72,7 @@ function List(args) {
sendConstructAvatarReroll,
} = args;
const constructPanels = constructs
.filter(c => team.includes(c.id))
.sort(idSort)
const constructPanels = team
.map(construct => {
const constructName = constructRename === construct.id
? <input id='renameInput' type="text" style="text-align: center" placeholder="enter a new name"></input>