team checks on delete
This commit is contained in:
@@ -103,7 +103,7 @@ function Team(args) {
|
||||
<h2>
|
||||
{constructDeleteId === construct.id ? 'Confirm delete...' : construct.name}
|
||||
</h2>
|
||||
<button onClick={e => deleteClick(e)} >❌</button>
|
||||
<button onClick={e => deleteClick(e)} >❌</button>
|
||||
</div>
|
||||
<ConstructAvatar name={construct.name} id={construct.id} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user