Browse Source

Biome somehow

pull/471/head
Tilen Komel 1 year ago
parent
commit
8f424c69fd
  1. 2
      src/components/PageComponents/Config/Security/Security.tsx

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

@ -241,7 +241,7 @@ export const Security = () => {
? getErrorMessage("adminKey")
: "",
inputChange: adminKeyInputChangeEvent,
selectChange: () => { },
selectChange: () => {},
bits: [{ text: "256 bit", value: "32", key: "bit256" }],
devicePSKBitCount: state.privateKeyBitCount,
hide: !state.adminKeyVisible,

Loading…
Cancel
Save