Browse Source

biome

pull/293/head
Hunter Thornsberry 2 years ago
parent
commit
8e4f60edf3
  1. 3
      src/components/PageComponents/Config/Security.tsx

3
src/components/PageComponents/Config/Security.tsx

@ -218,7 +218,8 @@ export const Security = (): JSX.Element => {
type: "toggle",
name: "debugLogApiEnabled",
label: "Enable Debug Log API",
description: "Output live debug logging over serial, view and export position-redacted device logs over Bluetooth",
description:
"Output live debug logging over serial, view and export position-redacted device logs over Bluetooth",
},
{
type: "toggle",

Loading…
Cancel
Save