{this.state.historyCurrentOrders && (
{this.state.historyCurrentOrders.join(', ')}
)}
{this.renderMapForMessages(engine, this.state.historyShowOrders)}
{this.__form_phases(pastPhases, phaseIndex)}
{pastPhases[phaseIndex] === initialEngine.phase ? (
this.renderCurrentMessages(initialEngine, currentPowerName)
) : (
this.renderPastMessages(engine, currentPowerName)
)}
{toDisplay && }
{toDisplay && }
{toDisplay && }
{toDisplay && }
);
}
renderTabCurrentPhase(toDisplay, engine, powerName, orderType, orderPath, currentPowerName, currentTabOrderCreation) {
const powerNames = Object.keys(engine.powers);
powerNames.sort();
const orderedPowers = powerNames.map(pn => engine.powers[pn]);
return (