diff --git a/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx b/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx index 20f16108..b2ec74fb 100644 --- a/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx +++ b/apps/web/src/arcade-games/card-sorting/components/PlayingPhaseDrag.tsx @@ -1909,8 +1909,8 @@ export function PlayingPhaseDrag() { })} - {/* Activity Feed (collaborative mode only) */} - {state.gameMode === 'collaborative' && activityFeed.length > 0 && ( + {/* Activity Feed (collaborative mode only, hidden for spectators) */} + {state.gameMode === 'collaborative' && !isSpectating && activityFeed.length > 0 && (