diff --git a/src/components/SettingsPanel.tsx b/src/components/SettingsPanel.tsx
index cc78a346a..6e3bbbf2a 100644
--- a/src/components/SettingsPanel.tsx
+++ b/src/components/SettingsPanel.tsx
@@ -11,6 +11,7 @@ import { botUsage, costCaption, formatTokens, formatUsd, hasFiniteCost } from "@
import { shortPath } from "@/lib/short-path";
import { instanceSupportsLocalComputer, localComputerDisabledReason, localComputerSelectable } from "@/lib/local-computer";
import { BotProfileAvatarCard } from "./BotProfileAvatarCard";
+import { SkillsCard } from "./SkillsCard";
import { LocalComputerAutoWarning } from "./LocalComputerAutoWarning";
import { VoiceSettings } from "./VoiceSettings";
import { BOT_PROFILE_LIMITS } from "../../shared/bot-profile";
@@ -639,6 +640,9 @@ export function SettingsPanel({ bot }: { bot: Bot }) {
{/* keyed so switching bots never shows one bot's notes under another's name */}
, never markdown: see the header comment. */}
+
+ {reviewing.text ?? "Loading…"}
+
+ {!skill.enabled && (
+
+ )}
+