team checks on delete

This commit is contained in:
ntr
2019-06-08 17:10:21 +10:00
parent c2d75a0ce0
commit 02f6dffb4a
3 changed files with 8 additions and 37 deletions
+1 -1
View File
@@ -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)} >&#10060;</button>
</div>
<ConstructAvatar name={construct.name} id={construct.id} />
</div>