+
diff --git a/frontend/src/components/Playlists.tsx b/frontend/src/components/Playlists.tsx
index e802d1c..1e9e466 100644
--- a/frontend/src/components/Playlists.tsx
+++ b/frontend/src/components/Playlists.tsx
@@ -123,7 +123,7 @@ function Row({
{readOnly ? (
diff --git a/frontend/src/components/ProfileEditor.tsx b/frontend/src/components/ProfileEditor.tsx
index e1901b5..df45f66 100644
--- a/frontend/src/components/ProfileEditor.tsx
+++ b/frontend/src/components/ProfileEditor.tsx
@@ -97,7 +97,7 @@ export default function ProfileEditor({ onClose }: { onClose: () => void }) {
{t("downloads.profiles.builtin")}
{builtins.map((p) => (
-
+
{p.name}
@@ -106,7 +106,7 @@ export default function ProfileEditor({ onClose }: { onClose: () => void }) {
{t("downloads.profiles.yours")}
)}
{mine.map((p) => (
-
+
{p.name}