mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-01 04:02:02 +08:00
style: format code with prettier
This commit is contained in:
@@ -179,9 +179,12 @@ const ToolsPanel: React.FC = () => {
|
||||
<SelectItem
|
||||
value={OPENCLAW_UNSUPPORTED_PROFILE}
|
||||
disabled={true}
|
||||
>{`${unsupportedProfile} (${t("openclaw.tools.unsupportedProfileLabel", {
|
||||
defaultValue: "unsupported",
|
||||
})})`}</SelectItem>
|
||||
>{`${unsupportedProfile} (${t(
|
||||
"openclaw.tools.unsupportedProfileLabel",
|
||||
{
|
||||
defaultValue: "unsupported",
|
||||
},
|
||||
)})`}</SelectItem>
|
||||
)}
|
||||
{OPENCLAW_TOOL_PROFILES.map((profile) => (
|
||||
<SelectItem key={profile} value={profile}>
|
||||
|
||||
Reference in New Issue
Block a user