diff --git a/client/src/components/board/PlayerArea.tsx b/client/src/components/board/PlayerArea.tsx index 4576bc1664..6cc52f86d0 100644 --- a/client/src/components/board/PlayerArea.tsx +++ b/client/src/components/board/PlayerArea.tsx @@ -280,7 +280,6 @@ export function PlayerArea({ side="left" className="justify-start px-0" /> - {landColumnExtra} > ), }, @@ -411,6 +410,15 @@ export function PlayerArea({ ) : null; + const landColumnExtraOverlay = landColumnExtra ? ( +