diff --git a/frontend/components/ActionsArea.tsx b/frontend/components/ActionsArea.tsx index 167b38c4..f044a9c1 100644 --- a/frontend/components/ActionsArea.tsx +++ b/frontend/components/ActionsArea.tsx @@ -89,9 +89,9 @@ const ActionsArea = () => {

Actions

-
+

{waitingForDesc}

-
+
{rankedFactions.map((faction, index) => { const potential = latestActions.asArray.some( (a) => a.faction === faction.id && a.completed === false