diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx index ca63c362c..2f175ea67 100644 --- a/src/frontend/src/components/keypairListComponent/index.tsx +++ b/src/frontend/src/components/keypairListComponent/index.tsx @@ -12,8 +12,6 @@ export default function KeypairListComponent({ disabled, editNode = false, duplicateKey, - advanced = false, - dataValue, }: KeyPairListComponentType): JSX.Element { useEffect(() => { if (disabled) {