Browse Source

biome

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

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

@ -214,7 +214,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