diff --git a/client/src/components/info.component.jsx b/client/src/components/info.component.jsx index 86b193e4..cdabfca8 100644 --- a/client/src/components/info.component.jsx +++ b/client/src/components/info.component.jsx @@ -189,12 +189,22 @@ class InfoComponent extends preact.Component { } function Combos() { - if (!player) return false; - if (!info) return false; - if (tutorial) return false; + if (tutorial && instance.time_control === 'Practice' && instance.rounds.length === 1) return false; + const generalNotes = ( +
+ Create combos by clicking a white item together with two colours in the inventory.
+ Reclaim can be used to sell items in the inventory.
+ Click the READY button to start the GAME PHASE.
+