использовать((
const isDisabled = () => {
if (this.props.mode == 'playing') {
return true
}
else {
return false
}
}
*
Обсуждают сегодня