sheeeeeeeeeeeeeeeeeeeeeeeeeeit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user