{ list }
{ normalPlay && mustDiscard === 0 && mustPlaceRobber &&
{who} must move the Robber.
}
{ placement &&
{who} must place a {placeRoad ? 'road' : 'settlement'}.
}
{ mustStealResource &&
{who} must select a player to steal from.
}
{ normalPlay && mustDiscard !== 0 && <> { discarders } > }
{ !isTurn && normalPlay &&
It is
{table.game.turn.name}'s turn.
}
{ isTurn && normalPlay &&
}
);
};
export default Activities;