disable flag for client side

This commit is contained in:
ntr
2019-05-28 22:42:51 +10:00
parent 50440a5452
commit 7c9dacd5be
4 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ function Skill(props) {
return (
<button
disabled={!!cdText || ko}
disabled={cdText || s.disabled || ko}
className={`construct-skill-btn ${side} ${(targeting || highlight) ? 'active' : ''}`}
type="submit"
onClick={onClick}>