diff --git a/src/components/BoardManager.tsx b/src/components/BoardManager.tsx
index 34d48d3..8b93dd6 100644
--- a/src/components/BoardManager.tsx
+++ b/src/components/BoardManager.tsx
@@ -955,7 +955,7 @@ ORDER BY reward_points DESC, score DESC`,
}
>
{errorMap[list.id] && }
-
{renderStudentView(list)}
+ {renderStudentView(list)}
)
}
@@ -1026,18 +1026,27 @@ ORDER BY reward_points DESC, score DESC`,
if (!activeBoard) return
return (
-
+
{renderLayoutNode(activeBoard, activeBoard.layout)}
)
}
return (
-
+
{contextHolder}
-
-
-
+
+
+
{t("board.title")}
@@ -1077,27 +1086,31 @@ ORDER BY reward_points DESC, score DESC`,
{t("board.addBoard")}
-
+
({ key: board.id, label: board.name }))}
+ style={{ marginBottom: 0 }}
/>
{activeBoard ? (
-
- {saving && {t("board.saving")}}
-
+
+ {saving && (
+
+ {t("board.saving")}
+
+ )}
{renderBoardWorkspace()}
-
+
) : (
-
+
)}
-
+