Merge branch 'develop' into release/1.13.0
This commit is contained in:
commit
13dea561f8
@ -50,7 +50,7 @@ function InstanceCtrlBtns(args) {
|
||||
} = args;
|
||||
|
||||
const finished = instance && instance.phase === 'Finished';
|
||||
const tutorialDisable = instance.time_control === 'Practice' && tutorial && tutorial < 8;
|
||||
const tutorialDisable = instance.time_control === 'Practice' && tutorial && tutorial < 8 && instance.rounds.length === 1;
|
||||
return (
|
||||
<div class="instance-ctrl-btns">
|
||||
<button disabled={!account.subscribed} onClick={() => setChatShow(!chatShow)}>Chat</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user