diff --git a/frontend/src/components/KanbanBoard.vue b/frontend/src/components/KanbanBoard.vue
index 0f3e0de..bddae72 100644
--- a/frontend/src/components/KanbanBoard.vue
+++ b/frontend/src/components/KanbanBoard.vue
@@ -79,7 +79,7 @@ function labelFor(stage) {
-
+
{{ activeBoard.label }} › {{ labelFor(activeStage) }}
@@ -97,16 +97,24 @@ function labelFor(stage) {
-
+
-
{{ labelFor(stage) }} ({{ itemsForStage(activeBoardKey, stage).length }})
+
{{ labelFor(stage) }} ({{ itemsForStage(board.key, stage).length }})
-
Nothing here
+
Nothing here