diff --git a/frontend/src/melodies/MelodyList.jsx b/frontend/src/melodies/MelodyList.jsx index 9c0c0f4..8e75104 100644 --- a/frontend/src/melodies/MelodyList.jsx +++ b/frontend/src/melodies/MelodyList.jsx @@ -959,7 +959,7 @@ export default function MelodyList() { return (
-
+

Melodies

{canEdit && ( @@ -1015,7 +1015,7 @@ export default function MelodyList() { -
+
{showCreatorPicker && (
{allCreators.length === 0 ? ( @@ -1078,7 +1078,7 @@ export default function MelodyList() { )} {/* Column visibility dropdown */} -
+
{showColumnPicker && (
-
- +
+
{activeColumns.map((col) => (